Skip to content
Snippets Groups Projects
Commit 55c9af5c authored by Seok Won's avatar Seok Won
Browse files

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
parent 4dff66d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment