Created
April 10, 2017 08:37
-
-
Save ivanursul/366689aed57ee9d861846dcf4ccdae7c to your computer and use it in GitHub Desktop.
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
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --from-beginning \ | |
--topic WordsWithCountsTopic2 \ | |
--formatter kafka.tools.DefaultMessageFormatter \ | |
--property print.key=true \ | |
--property key.deserializer=org.apache.kafka.common.serialization.StringDeserializer \ | |
--property value.deserializer=org.apache.kafka.common.serialization.StringDeserializer | |
null Ivan Baraban |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment