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

[all] Changed Kafka from LI's 2.4.1.78 to Apache's 2.4.1 #1000

Merged
merged 4 commits into from
Nov 4, 2024

Commits on Sep 30, 2024

  1. Changed Kafka from LI's 2.4.1.65 to Apache's 2.4.1

    Several code changes to make it work.
    
    Introduced a new PubSubSecurityProtocol to replace all usage of
    Kafka's SecurityProtocol enum, since that one has a different
    package name between the Apache and LinkedIn forks of Kafka.
    
    AK uses: org.apache.kafka.common.security.auth.SecurityProtocol
    While LI uses: org.apache.kafka.common.protocol.SecurityProtocol
    FelixGV committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    84e9117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfaf0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e4513 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

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