[v24.1.x] rpk: brokers list exposing Host/Port/Rack/UUID #23685
Closed
Description
Backport #23595 to branch v24.1.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:
git checkout v24.1.x
git checkout -b vbotbuildovich/backport-23595-v24.1.x-131
git cherry-pick -x 08e30aa37d
git push origin vbotbuildovich/backport-23595-v24.1.x-131
gh pr create \
--title "[v24.1.x] rpk: brokers list exposing Host/Port/Rack/UUID" \
--base "v24.1.x" \
--label "kind/backport" \
--head "vbotbuildovich/backport-23595-v24.1.x-131" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v24.1.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/23595 "