I have to use Apache Kafka to connect to the brokers of my firm. The problem is that I never used this technology before, and this is something that I need to clarify a little bit.
Actually, I created a "local" Kafka with a Zookeeper / Server / Consumer that works with the command
~/bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic testGaultier --from-beginning
I'm now in another case where the Server / Producer are already managed by another person. I just have to create a consumer.
Is it necessary to download the entire package of Kafka to create the consumer or is there another way? I'd like to only make the recuperation of the data.