-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added an option to show bootstrap server host of the Kafka instance #1055
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of changes needed, but nice job 👍🏻
Thanks for the feedback. I've made the changes, please take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for contribution.
@@ -402,6 +402,13 @@ one = 'Unique ID of the Kafka instance you want to view' | |||
description = 'Description for the --name flag' | |||
one = 'Name of the Kafka instance you want to view' | |||
|
|||
[kafka.describe.flag.bootstrapserver] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In long run we want to have ability to get some specific config of the services in unified fassion.
It is good to have this in describe for now, but we should have similar capability for the status command
LGTM |
Reverified. Good job! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small message fix. Works good
Closes #636