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

Fix: Issues with cooperative-sticky strategy #593

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2024

  1. * 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).
    golanbz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    18b6ab9 View commit details
    Browse the repository at this point in the history
  2. Introduced a new sample project designed specifically to evaluate the…

    … support for the cooperative sticky strategy, allowing for more thorough testing and analysis.
    golanbz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0836661 View commit details
    Browse the repository at this point in the history
  3. * 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).
    golanbz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7b6f0ee View commit details
    Browse the repository at this point in the history
  4. Introduced a new sample project designed specifically to evaluate the…

    … support for the cooperative sticky strategy, allowing for more thorough testing and analysis.
    golanbz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0fb5d4d View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/fix/sticky-cooperative-strategy'…

    … into fix/sticky-cooperative-strategy
    golanbz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ec344c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. 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.
    golanbz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f4997c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db29f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix Codacy issues

    golanbz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0816113 View commit details
    Browse the repository at this point in the history