/spring-kafka

Learn to build enterprise standard Kafka producers/consumers with Kafka Unit/Integration tests using Spring Boot.

Primary LanguageKotlin

Start zookeeper

sh /bin/zookeeper-server-start $CONFLUENT_HOME/etc/kafka/zookeeper.properties

Start kafka

sh bin/kafka-server-start /etc/kafka/server.properties

How to get Topic list

sh bin/kafka-topics --list --bootstrap-server localhost:9092