Closed yanghua closed 10 months ago
how to verify the kafka service:
enter the kafka docker container, then producer message to topic test
test
./kafka-console-producer.sh --broker-list localhost:9092 --topic test
start another shell window, enter the kafka docker container, then consume messages from the topic test:
./kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning
@pan3793 Hi Mr Blue, please take a look, when you have time, thanks!
how to verify the kafka service:
enter the kafka docker container, then producer message to topic
test
start another shell window, enter the kafka docker container, then consume messages from the topic
test
: