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.
11 lines (10 loc) • 331 B
TypeScript
export * from './api';
export * from './auth';
export { SASLProvider } from './broker';
export * from './client';
export * from './distributors/partitioner';
export * from './types';
export * from './utils/error';
export * from './utils/logger';
export * from './utils/retrier';
export { Tracer, setTracer } from './utils/tracer';