You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
When a consumer group subscribes to a topic in POP mode, all the topics subscribed to by the consumer group will go to the broker to obtain the rebalance result. Therefore, we expect only the topics in pop mode to go to the broker to obtain the result. Other topics Rebalance locally.
Motivation
Optimize the Rebalance algorithm in POP consumption mode
Describe the Solution You'd Like
Implement the server to actively notify the client to change the cache
Implementation of client scheduled tasks
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
When a consumer group subscribes to a topic in POP mode, all the topics subscribed to by the consumer group will go to the broker to obtain the rebalance result. Therefore, we expect only the topics in pop mode to go to the broker to obtain the result. Other topics Rebalance locally.
Motivation
Optimize the Rebalance algorithm in POP consumption mode
Describe the Solution You'd Like
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered: