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.

12 lines (11 loc) 259 B
export declare const HEARTBEAT: import("../utils/api").Api<{ groupId: string; generationId: number; memberId: string; groupInstanceId: string | null; }, { _tag: void; throttleTimeMs: number; errorCode: number; _tag2: void; }>;