Docker Kakfa
cd /opt/kafka_2.12-2.5.0/bin
Docker Kakfa
cd /opt/kafka_2.12-2.5.0/bin
Docker Kakfa
docker run -d --name kafka -p 9092:9092 -e KAFKA_BROKER_ID=0 -e KAFKA_ZOOKEEPER_CONNECT=VCO-MAC.local:2181/kafka -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://VCO-MAC.local:9092 -e KAFKA_LISTENERS=PLAINTEXT://0.0.0.0:9092 wurstmeister/kafka
Docker Kakfa
./kafka-console-producer.sh --broker-list localhost:9092 --topic first-topic
Docker Kakfa
docker pull wurstmeister/zookeeper
docker pull wurstmeister/kafka
Docker Kakfa
docker exec -it kafka bash
Docker Kakfa
./kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic first-topic --from-beginning
Docker Kakfa
docker run -d --name zookeeper -p 2181:2181 wurstmeister/zookeeper
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us