Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use PulsarByteBufAllocator to allocate buffer for chunks at consumer …
…side (apache#13536) ### Motivation Currently Pulsar consumer allocates memory from direct memory via `Unpooled.directBuffer` directly, which doesn't make use of the widely used allocator in Pulsar. ### Modifications Use `PulsarByteBufAllocator` as the memory allocator for chunks buffer.
- Loading branch information