Created
March 6, 2021 17:31
-
-
Save gmyrianthous/cfeb41a6517287d60046c4d6eaf63a82 to your computer and use it in GitHub Desktop.
kafkacat-consume-between-offsets
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
| kafkacat \ | |
| -C \ | |
| -b localhost:9092 \ | |
| -t testTopic \ | |
| -o 11 \ | |
| -c 10 \ | |
| -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment