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 understand the dependency tree for
kafka-clients, I would encourage you to look at the "clients" project in
our gradle file and that should get you started in identifying the
dependencies.

[1]
https://github.com/apache/kafka/blob/6f7682d2f4ecc8110f80cb6301de02f512d36a53/build.gradle#L1331


--
Divij Vaidya



On Mon, Jun 19, 2023 at 9:28 AM Sahil Sharma D
<sahil.d.sha...@ericsson.com.invalid> wrote:

> 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,
> Sahil
>

Reply via email to