Reputation: 75
I am new to Apache Kafka and I am trying to consume messages from a topic. I ran the following from the console to see the messages:
bin\windows\kafka-console-consumer.bat --zookeeper localhost:2181 --topic test --from-beginning
But after that I could see a consumer being created called "console-consumer-4158" and I accidentally closed the console.
How to terminate the running consumer?
Upvotes: 0
Views: 2655
Reputation: 4532
Upvotes: 0