Kafka offers command-line tools to manage topics, consumer groups, to consume and publish messages and so forth.
Important: Kafka console scripts are different for Unix-based and Windows platforms. In the examples, you might need to add the extension according to your platform.
Linux: scripts located in bin/
with .sh
extension.
Windows: scripts located in bin\windows\
and with .bat
extension.