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 calculate the number of partitions consumed concurrently #1637

Open twilczek opened 1 year ago

twilczek commented 1 year ago

Hey,

first of all, I wanted to find a community to ask this question in but it seems like Slack link is expired.

I've been trying to figure out how many partitions I should consume concurrently in the environment where my service is running on 3 pods (instances) and it consumes:

what thinking process do you follow trying to figure it out?