100%[===================================================================================================================================================================================================>] 56,969,154 7.86MB/s in 6.9s
[sooabia@docker-registry kafka]$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test >This is message. >This is another message. >
마. Consumer 시작
[sooabia@docker-registry kafka]$ bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning This is message. This is another message.