Last active
March 22, 2023 11:44
-
-
Save tajpouria/5d1209a66d69add39d328115fbb585e1 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
| kubectl run -i --tty kafka-cli --image=conitasgmbh/kafka-cli --restart=Never --rm=true -- /bin/sh | |
| kafka/bin/kafka-topics.sh --bootstrap-server 'localhost:9092' --list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment