Description
I'm new to Kafka and I had a hard time understanding how to interact with the cluster that I had setup in docker-compose
running on my mac. The way the CLI tools are packaged with Kafka was not intuitive to me.
I found kafka-shell
when I was looking for something to make connecting and managing my local (docker) cluster a bit easier; I think it's fantastic. It would be great for my use case if you could include some documentation on what a good config might look like for working with kafka in docker for development. I think this is probably a fairly common usage.
For instance:
I found that prefixing the command with a docker exec
as descried in the CONFIGURATION.md
didn't quite work because the image that I'm using does not have the Kafka bin directory exported to the PATH - is there a specific image I should use for these shell scripts? I'm using wurstmeister/kafka