Skip to content

Commit

Permalink
Merge pull request #16255 from vbotbuildovich/backport-pr-16233-v23.3…
Browse files Browse the repository at this point in the history
….x-543

[v23.3.x] admin api: skip partition info in /brokers end point
  • Loading branch information
piyushredpanda authored Jan 24, 2024
2 parents ac06211 + e972da2 commit 5927874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/redpanda/admin/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ fill_maintenance_status(const cluster::broker_state& b_state) {
ss::future<std::vector<ss::httpd::broker_json::broker>>
get_brokers(cluster::controller* const controller) {
cluster::node_report_filter filter;
filter.include_partitions = cluster::include_partitions_info::no;

return controller->get_health_monitor()
.local()
Expand Down

0 comments on commit 5927874

Please sign in to comment.