SOHU-Co / kafka-node

Node.js client for Apache Kafka 0.8 and later.
MIT License
2.66k stars 628 forks source link

Producer is not sending message to new partitions added at runtime to a topic #1468

Open ronakheliwal opened 1 year ago

ronakheliwal commented 1 year ago

Questions?

I am using higlhevel producer with partitionType=2 to produce messages to a topic. When a increase partition count of the topic, the producer doesn't start sending messages to the newly added partitions and keeps producing in round-robin pattern to the existing partitions. Messages are send to the new partition only when i restart the producer

Environment