Created
March 6, 2021 17:03
-
-
Save gmyrianthous/a94b07a1f88978b750f72fa7ee9643d3 to your computer and use it in GitHub Desktop.
kafka-console-consumer-last-n-messages
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-simple-consumer-shell.sh \ | |
| --bootstrap-server localhost:9092 \ | |
| --topic testTopic \ | |
| --partition 1 \ | |
| --offset 12873 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment