Created
March 6, 2021 16:49
-
-
Save gmyrianthous/ec65272817083a386281248cfd98380c to your computer and use it in GitHub Desktop.
kafkacat-consume-last-n
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 \ | |
| -c 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment