UNPKG

kafka-ts

Version:

**KafkaTS** is a Apache Kafka client library for Node.js. It provides both a low-level API for communicating directly with the Apache Kafka cluster and high-level APIs for publishing and subscribing to Kafka topics.

4 lines (3 loc) 162 B
export { oAuthAuthenticator, oAuthBearer } from './oauthbearer'; export { saslPlain } from './plain'; export { saslScramSha256, saslScramSha512 } from './scram';