Kafka Producer
Send "Hello World!" string to topic named "first-topic". Producer sends a data to Consumer asynchronous, so we have to flush to see results right away. Execute below command to see "Hello World!" >> kafka-console-consumer --bootstrap-server localhost:9092 --topic first-topic --group group-one
kafkaStudies.iml
0 → 100644
pom.xml
0 → 100644
Please register or sign in to comment