Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix msgq (re)insertion code to avoid O(N^2) insert sort operations on…
… retry (confluentinc#2508) The msgq insert code now properly handles interleaved and overlapping message range inserts, which may occur during Producer retries for high-throughput applications.
- Loading branch information