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

Need help to understand supported Kafka versions #2949

Open
chaithraav opened this issue Aug 1, 2024 · 1 comment
Open

Need help to understand supported Kafka versions #2949

chaithraav opened this issue Aug 1, 2024 · 1 comment

Comments

@chaithraav
Copy link

I need to understand the behaviour of sarama upgrade post v1.40, few versions of Kafka config are failing to connect.

My docker kafka version: 2.3.0

Sarama v1.40
Supports 1.0, 2.2, 2.6, 3.1, 3.2, 3.3

Sarama v1.43
Supports 1.0, 2.0, 2.2
Fails for 2.4, 2.6, 2.8.2, 3.3.0, 3.1.1, 3.2.3, 3.4

Why is there is inconsistency and how can I resolve this?

@dnwe
Copy link
Collaborator

dnwe commented Aug 1, 2024

@chaithraav see the release notes for v1.41.0, but ultimately we started to implement support for more features of the newer kafka protocols and hence our adherence to the use of the right Kafka protocol versions for the given Config Version. As such you should never exceed your remote broker version (2.3.0) when configuring your sarama config version

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

No branches or pull requests

2 participants