Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created June 25, 2020 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/dc2d112355acd3dbaacfc292bf435baa to your computer and use it in GitHub Desktop.
Save tonysneed/dc2d112355acd3dbaacfc292bf435baa to your computer and use it in GitHub Desktop.
Console Consumer
docker exec -it broker bash
cd /usr/bin
./kafka-console-consumer --bootstrap-server broker:29092 --topic "processed-events"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment