Skip to content

Conversation

@damn1kk
Copy link

@damn1kk damn1kk commented Jan 21, 2024

Resolves #371

Fixed waiting for maxDelayRebalance with AckMode.EXACTLY_ONCE during rebalancing.

Don't increment uncommitted messages in CommitBatch for AckMode.ExactlyOnce.
Increasing the number of uncommitted messages in CommitBatch causes an infinite loop during rebalancing because they never decrease for AckMode.ExactlyOnce.

@pivotal-cla
Copy link

@damn1kk Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Don't increment uncommitted messages in CommitBatch for AckMode.ExactlyOnce.
Increasing the number of uncommitted messages in CommitBatch causes an infinite loop during rebalancing because they never decrease.

Fixes reactor#371.
@damn1kk damn1kk force-pushed the fix-long-rebalance-for-exactly-once branch from b25fe21 to a8c7b83 Compare January 22, 2024 18:57
@pivotal-cla
Copy link

@damn1kk Thank you for signing the Contributor License Agreement!

@damn1kk
Copy link
Author

damn1kk commented Feb 18, 2025

@violetagg , @chemicL , @artembilan

can someone of you please have a look ?

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.

Rebalancing always waits until maxDelayRebalance with AckMode.EXACTLY_ONCE

2 participants