Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/topic_table_probe: use btree_map in topic table probe
Replaced `absl::flat_hash_map` that was used in `topic_table_probe` with the `btree_map` to avoid large allocations when we deal with large number of topics. Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 471f036)
- Loading branch information