Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am new to kafka and encounter a tricky issue in the production environment.

Here's the situation: I have multiple instances of a service consuming(in a same consumer group) messages from a topic on a kafka cluster(v2.4). Those instances use the default "EAGER" rebalance protocol. Now I need to switch to the incremental cooperative sticky protocol by upgrading and redeploying those consumer instances.

My question: Is it possible to switch to the new protocol without stopping the full kafka cluster? If yes, how?

My naive thoughts: I assume the two protocols won't work together for the same consumer group, right? So I should stop the whole kafka cluster and the whole consumer group to do the upgrade

question from:https://stackoverflow.com/questions/65913281/switching-rebalance-protocol-in-apache-kafka

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
409 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...