docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

Better docs for this image ?

Open kevinleeTCA opened this issue 8 years ago • 4 comments

By running it in docker cloud, or my localhost virtual machine., the logs show both zookeeper and kafka server running correctly, but I can not create topic by using "kafka-console-producer.sh --broker-list $KAFKA --topic test"

since in the default bin file, it has no kafka command there.

Also, how we set up when we wanna multiple zookeeper instances running ?

kevinleeTCA avatar Aug 05 '16 00:08 kevinleeTCA

i think that script is available in the Kafka client: https://kafka.apache.org/quickstart#quickstart_send

abacaphiliac avatar Jan 13 '17 22:01 abacaphiliac

There are people like me who is n00b for kafka and this helps.

sunshineo avatar Jan 16 '17 18:01 sunshineo

@sunshineo i'm happy to help. i'm a n00b also, which is how i ended up here last week haha. i've also installed the Kafka binaries for OSX via homebrew: brew install kafka. once i started Spotify's simple single-container Kafka instance i was able to run the producer and consumer commands installed through homebrew. seems to work alright.

abacaphiliac avatar Jan 16 '17 20:01 abacaphiliac

I´m trying to run Kafka and Zookepper using Docker following the steps defined here https://github.com/spotify/docker-kafka But after run the docker command just as describe I don't understand for what for the export are, and I´m not able to publish anything and if I make a wget localhost:9092 I receive empty response.

Any idea if I´m doing something wrong?

politrons avatar Jan 06 '18 23:01 politrons