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

draft: added support incremental rebalance in one session #2962

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sergey-Belyakov
Copy link

The idea is to get rid of stop the world during rebalancing without changing the main consumer interfaces. During the response from the heartbeat ErrRebalanceInProgress, the execution of fetch requests continues. In parallel, the reading from the departed partitions is closed.

tests is coming

@Sergey-Belyakov Sergey-Belyakov changed the title added support incremental rebalance in one session draft: added support incremental rebalance in one session Aug 14, 2024
@Sergey-Belyakov Sergey-Belyakov marked this pull request as draft August 14, 2024 09:47
@prestona
Copy link
Member

Hi @Sergey-Belyakov - thanks for opening this PR. I wanted to check if you are aware of #2608, which also proposes changes to the re-balance strategy?

@Sergey-Belyakov
Copy link
Author

Hi @Sergey-Belyakov - thanks for opening this PR. I wanted to check if you are aware of #2608, which also proposes changes to the re-balance strategy?

Hi! I have seen this MP, but I wanted to offer an incremental rebalancing option without changing the main interfaces of the consumer

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

Successfully merging this pull request may close these issues.

2 participants