required dependent jars on kafka-clients-3.3.1.jar

2023-06-19 Thread Sahil Sharma D
Hi Team, We are using Kafka 3.3.1 in our product, there are multiple jars bundled in it. We are using only kafka-clients-3.3.1.jar out of those jars. Can you please help us in identifying the jars which are being used by kafka-clients-3.3.1.jar. Appreciate your earliest response. Regards, Sah

Re: required dependent jars on kafka-clients-3.3.1.jar

2023-06-19 Thread Divij Vaidya
Hi Sahil I am curious to understand why don't you consume only the kafka-clients package? You can find the package at: https://search.maven.org/artifact/org.apache.kafka/kafka-clients/3.3.1/jar . You don't need to import the entire Kafka just to use the clients. Nevertheless, if you still want to