Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k/connection_context: replaced node hash map with chunked hash map
Replaced `node_hash_map` keeping state of virtualized connections with `chunked_hash_map`. The change will allow us to avoid large allocations when dealing with large virtual connection number. Signed-off-by: Michał Maślanka <michal@redpanda.com>
- Loading branch information