개발블로그

kafka command 본문

kafka

kafka command

개발자수니 2019. 6. 19. 11:00

#토픽 목록 조회

bin/kafka-topics.sh --list --zookeeper localhost:2181

 

#consumer

bin/kafka-console-consumer.sh --bootstrap-server ip:9092 --topic 토픽명 --from-beginning

 

#producer

bin/kafka-console-producer.sh --broker-list  ip:9092 —topic 토픽명

 

#토픽 삭제

bin/kafka-topics.sh --delete --zookeeper localhost --topic 토픽명

 

 


     style="display:block"
     data-ad-client="ca-pub-2011539744857464"
     data-ad-slot="7067659356"
     data-ad-format="auto"
     data-full-width-responsive="true">


Comments