Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created June 25, 2020 22:09
Embed
What would you like to do?
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