Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 329 Bytes

README_KAFKA.md

File metadata and controls

10 lines (5 loc) · 329 Bytes

bin/kafka-console-producer.sh --zookeeper localhost:2181 --topic test

bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning

export JAVA_OPTS="-Xmx3600M -Xms256M"

/usr/local/kafka/bin/kafka-server-start.sh /usr/local/kafka/config/server.properties &

/usr/local/kafka/bin/kafka-server-stop.sh