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-16226 Reduce synchronization between producer threads #15323

Merged
merged 15 commits into from
Feb 15, 2024

Commits on Feb 9, 2024

  1. working change

    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5900b9f View commit details
    Browse the repository at this point in the history
  2. improve edge case checking in ProducerBatch.maybeUpdateLeaderEpoch

    ProducerBatch.maybeUpdateLeaderEpoch should only update leader-epoch is new one is greater
    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4eb16b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350ef2c View commit details
    Browse the repository at this point in the history
  4. Introduce InternalCluster

    Remove no longer needed changes to public classes
    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    99601cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61fa23d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0279768 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16beff0 View commit details
    Browse the repository at this point in the history
  8. clean up comments

    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4ca64b3 View commit details
    Browse the repository at this point in the history
  9. fix cluster ctor

    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8eef08c View commit details
    Browse the repository at this point in the history
  10. fix method name

    msn-tldr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a75ab88 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    0e64839 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    5496797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e50b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092bee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    804c629 View commit details
    Browse the repository at this point in the history