You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
@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.
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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: