Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] A shift in the rebalancing logic #8912

Open
3424672656 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #8923
Open

[Feature] A shift in the rebalancing logic #8912

3424672656 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #8923

Comments

@3424672656
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant