-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix: Issues with cooperative-sticky strategy #593
base: master
Are you sure you want to change the base?
Commits on Sep 2, 2024
-
* Added support for consumer strategies that do not act as "stop the …
…world" scenarios (e.g., cooperative sticky). * Enabled automatic committing with `confluent auto commit: true` instead of relying solely on manual commits, but only when the consumer strategy is cooperative sticky. (Refer to the open librdkafka issue at confluentinc/librdkafka#4059).
Configuration menu - View commit details
-
Copy full SHA for 18b6ab9 - Browse repository at this point
Copy the full SHA 18b6ab9View commit details -
Introduced a new sample project designed specifically to evaluate the…
… support for the cooperative sticky strategy, allowing for more thorough testing and analysis.
Configuration menu - View commit details
-
Copy full SHA for 0836661 - Browse repository at this point
Copy the full SHA 0836661View commit details -
* Added support for consumer strategies that do not act as "stop the …
…world" scenarios (e.g., cooperative sticky). Fixes issue Farfetch#557 and Fixes issue Farfetch#456 * Enabled automatic committing with `confluent auto commit: true` instead of relying solely on manual commits, but only when the consumer strategy is cooperative sticky. (Refer to the open librdkafka issue at confluentinc/librdkafka#4059).
Configuration menu - View commit details
-
Copy full SHA for 7b6f0ee - Browse repository at this point
Copy the full SHA 7b6f0eeView commit details -
Introduced a new sample project designed specifically to evaluate the…
… support for the cooperative sticky strategy, allowing for more thorough testing and analysis.
Configuration menu - View commit details
-
Copy full SHA for 0fb5d4d - Browse repository at this point
Copy the full SHA 0fb5d4dView commit details -
Merge remote-tracking branch 'origin/fix/sticky-cooperative-strategy'…
… into fix/sticky-cooperative-strategy
Configuration menu - View commit details
-
Copy full SHA for ec344c9 - Browse repository at this point
Copy the full SHA ec344c9View commit details
Commits on Sep 17, 2024
-
Added unit tests and fixed a bug in ClusterConfiguration
- Added 3 new test files to improve coverage: - `ConsumerConfigurationBuilderTests.cs` - `KafkaConfigTests.cs` - `PartitionAssignmentStrategyTests.cs` - Fixed a bug in `ClusterConfiguration` related to the `AutoCommitInterval` initialization.
Configuration menu - View commit details
-
Copy full SHA for f4997c2 - Browse repository at this point
Copy the full SHA f4997c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db29f9 - Browse repository at this point
Copy the full SHA 2db29f9View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0816113 - Browse repository at this point
Copy the full SHA 0816113View commit details