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

Kafka Bug Fixes #3059

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Kafka Bug Fixes #3059

merged 3 commits into from
Apr 19, 2024

Conversation

iancooper
Copy link
Member

Fixes from V9

  • Drops support for Co-operative Sticky rebalancing for now. (Defaults to Round Robin and gives an exception if you try to set co-operative). There is an issue around this you can track: [Bug] Error when number of partition changed using Cooperative rebalance protocol #3056 . It may take some thought because we need to know if we are rebalancing when we try to commit an offset.
  • Removed a spurious call to StoreOffset. As we have our own offset store this was not being used.

@iancooper iancooper merged commit e0cb877 into master Apr 19, 2024
5 checks passed
@iancooper iancooper deleted the kafka_fix_merge branch April 19, 2024 14:28
@MaorDavidzon
Copy link

@iancooper It is a big limitation,
Is supporting comparative sticky with manual commit on the roadmap? This is a common use case and it’s already implemented in other clients.

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

Successfully merging this pull request may close these issues.

2 participants