Last active
April 6, 2017 08:06
-
-
Save andrea-ale-sbarra/dea1898edaaaf6652707c44c423d40cf to your computer and use it in GitHub Desktop.
Login to Kafka docker and read topic from beginning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALERT TOPIC | |
docker exec -it kafka bash | |
kafka-console-consumer --zookeeper zookeeper:2181 --topic rule-11835 --from-beginning | |
EMT TOPIC | |
docker exec -it kafka bash | |
kafka-console-consumer --zookeeper zookeeper:2181 --topic rule-46826 --from-beginning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment