Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

foss-2024-2-final

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Seok Won authored
    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
    55c9af5c
    History
    Name Last commit Last update