apache-kafkakafkajs

Does KafkaJS auto-pause during rebalancing?


Does KafkaJS automatically pause during rebalancing? It's not mentioned in the KafkaJS docs what's going to happen during a rebalance. Or how does KafkaJS handle rebalance?


Solution

  • It won't poll during a rebalance, but it doesn't "pause network connectivity". It will try to rejoin the group, then continue polling when it does.