tulios / kafkajs

A modern Apache Kafka client for node.js
https://kafka.js.org
MIT License
3.75k stars 527 forks source link

Kafka upgrade 2.7 -> 3.6 #1681

Closed brennonh closed 4 months ago

brennonh commented 6 months ago

Not an issue, just a question.

Your documentation states that kafkajs supports Kafka 0.10 onwards. My Kafka cluster is being upgraded to 3.6 and I'm using kafkajs 1.12 (legacy apps, I know, don't ask). My question therefore is "Will 1.12 be compatible with 3.6?" Thank you for your support

vikrant3c commented 4 months ago

I have the same concern. @brennonh have you found out?

brennonh commented 4 months ago

I have the same concern. @brennonh have you found out?

Tested against version 3.6 and it works as expected @vikrant3c

brennonh commented 4 months ago

Works

vikrant3c commented 4 months ago

thanks for the update, really appreciated 😊