Skip to content

[FEATURE] [transport-netty4] Investigate support of the direct buffers by default #17413

Open
@reta

Description

@reta

Is your feature request related to a problem? Please describe

While working on #17408, we found out that some compression codecs (fe ZstdEncoder) use direct buffers unconditionally. The default NettyAllocator::ALLOCATOR is NoDirectBuffers and does not support direct buffers.

Describe the solution you'd like

  • Understand why NoDirectBuffers had been chosen as the default
  • Consider supporting direct buffers by default

Related component

Other

Describe alternatives you've considered

N/A

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    OtherenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions