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.

6 lines (5 loc) 165 B
import { SASLProvider } from "../broker"; export declare const saslPlain: ({ username, password }: { username: string; password: string; }) => SASLProvider;