Re: camel-kafka-3.8.0: How to check kafka client version

2021-06-17 Thread Claus Ibsen
Hi Check the camel-dependencies file which you can find on github at https://github.com/apache/camel/blob/camel-3.8.0/camel-dependencies/pom.xml Kafka client and brokers can be different versions. See the kafka docs what they say On Thu, Jun 17, 2021 at 3:23 PM Gv, Shivakumar wrote: > > > Hi

camel-kafka-3.8.0: How to check kafka client version

2021-06-17 Thread Gv, Shivakumar
Hi Team, Can someone let me know how to check kafka client version used inside any camel-kafka component ?. Currently in our organization we have kafka broker version= 2.3 . So will cause any issue if I use latest camel version. Does the kafka client version has to match broker version.?