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.
14 lines (13 loc) • 333 B
TypeScript
export declare const INIT_PRODUCER_ID: import("../utils/api").Api<{
transactionalId: string | null;
transactionTimeoutMs: number;
producerId: bigint;
producerEpoch: number;
}, {
_tag: void;
throttleTimeMs: number;
errorCode: number;
producerId: bigint;
producerEpoch: number;
_tag2: void;
}>;