Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created June 25, 2020 22:10
Show Gist options
  • Save tonysneed/bd4cff814e4a74f5fde44f4f93ef81fe to your computer and use it in GitHub Desktop.
Save tonysneed/bd4cff814e4a74f5fde44f4f93ef81fe to your computer and use it in GitHub Desktop.
Console Producer
docker exec -it broker bash
cd /usr/bin
./kafka-console-producer --broker-list broker:29092 --topic "raw-events"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment