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
In the pull/push consumption mode, the rebalancing logic is carried out on the client side.
However, after switching to the pop consumption mode, all topics on the same client will be rebalanced on the server side, which brings unnecessary losses. Therefore, I want to transfer the rebalancing logic to the client side, which will have a great impact on resource utilization
Describe the Solution You'd Like
transfer the rebalancing logic to the client side
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is Your Feature Request Related to a Problem?
In the pull/push consumption mode, the rebalancing logic is carried out on the client side.
However, after switching to the pop consumption mode, all topics on the same client will be rebalanced on the server side, which brings unnecessary losses. Therefore, I want to transfer the rebalancing logic to the client side, which will have a great impact on resource utilization
Describe the Solution You'd Like
transfer the rebalancing logic to the client side
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered: