-
Notifications
You must be signed in to change notification settings - Fork 4
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
rpadmin: expose rack,host,port,uuid info via api_broker #27
Conversation
Context: Currently the only way to map node ID to host address is Given that, I'd like to have the host info included in the |
Hold on. I'd like to add additional info, |
3130a63
to
939af42
Compare
It's ready for review @r-vasquez. Thank you! |
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.
LGTM, just 2 minor naming comments.
This commit adds additional fields to the Broker struct in api_broker.go. This will be used in 'rpk redpanda admin brokers list' to print those info additionally.
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.
Thanks
This commit adds additional field to the
Broker
struct in
api_broker.go
. This will be used in'rpk redpanda admin brokers list' to print those
info additionally.