Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ntp_callbacks: Switch to chunked_hash_map
For super high partition topics at high partition density these can lead to oversized allocs due to the use of `absl::flat_hash_map`. Switch to chunked_hash_map.
- Loading branch information