awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 14 forks source link

#8 Add kafka component into hadoop-testing #10

Closed yanghua closed 10 months ago

yanghua commented 10 months ago

how to verify the kafka service:

enter the kafka docker container, then producer message to topic 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
yanghua commented 10 months ago

@pan3793 Hi Mr Blue, please take a look, when you have time, thanks!