sarama icon indicating copy to clipboard operation
sarama copied to clipboard

Need help to understand supported Kafka versions

Open chaithraav opened this issue 1 year ago • 1 comments

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?

chaithraav avatar Aug 01 '24 09:08 chaithraav

@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

dnwe avatar Aug 01 '24 14:08 dnwe

Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.

github-actions[bot] avatar Oct 30 '24 16:10 github-actions[bot]