Page History
...
No Format |
---|
kafka-topics --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test |
Topic
...
Console Listen
특정 토픽에 메시지 생산모듈을 작성한후
특정 토픽에서 메시지큐처리가 되는지 체크합니다.
No Format |
---|
kafka-console-consumer --bootstrap-server localhost:9092 --topic test --from-beginning |
또는 KafkaTool을 이용하여 UI에서 확인가능합니다.
http://www.kafkatool.com/download.html