tulios / kafkajs

A modern Apache Kafka client for node.js
https://kafka.js.org
MIT License
3.75k stars 527 forks source link

Question: How to add multiple subscribers #1659

Open right-fish opened 10 months ago

right-fish commented 10 months ago

What is the best way to add multiple subscribers to a topic, would it be to call .subscribe for each subscription to a single topic, or would it make more sense to call .subscribeonce for the topic, then call.run` for each subscription?

Also the link to the slack channel is no longer active.