Created
July 4, 2018 12:22
-
-
Save gaborgsomogyi/36d41ddbd2a577e38dc48da93f72613e 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
| # Unsecure cluster broker port: 9092 | |
| # Secure cluster broker port: 9093 | |
| # List the consumer groups | |
| kafka-consumer-groups --bootstrap-server <broker-node>:<broker-port> --list | |
| # From the list choose the related group | |
| kafka-consumer-groups --bootstrap-server <broker-node>:<broker-port> --describe --group <group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment