-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The example code in your readme doesn't compile.
Looks like you didn't pin specific versions of dependencies in your package.json and the typings are now broken.
There are various errors from both kafkajs and avro, like:
../../node_modules/kafkajs-avro/build/index.d.ts:1:17- "@types/kafkajs"' has no exported member 'KafkaOptions'.
../../node_modules/kafkajs-avro/build/lib/Avro.d.ts:31:349- Generic type 'InstrumentationEvent<T>' requires 1 type argument(s).
31 on(event: "consumer.heartbeat" | "consumer.commit_offsets" | "consumer.group_join" | "consumer.fetch" | "consumer.start_batch_process" | "consumner.end_batch_process" | "consumer.connect" | "consumer.disconnect" | "consumer.stop" | "consumer.crash" | "consumer.request" | "consumer.request_timeout" | "consumer.request_queue_size", cb: (e: import("kafkajs").InstrumentationEvent) => void): () => import("kafkajs").Consumer;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels