I am learning the Streaming with Spring Cloud Stream and Apache Kafka from link - https://www.youtube.com/watch?v=5Mgni6AYnWg&t=790s.
I did found any utility for kafkacat
for the windows environment. How can we do that?
I am learning the Streaming with Spring Cloud Stream and Apache Kafka from link - https://www.youtube.com/watch?v=5Mgni6AYnWg&t=790s.
I did found any utility for kafkacat
for the windows environment. How can we do that?
Kafkacat doesn't come with Kafka tools
It's a separate utility on Github - https://github.com/edenhill/kafkacat
And you need to build it for windows - How can I install and configure KafkaCat in windows machine?