Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.16.0
-
None
-
None
Description
With recent refactoring of ListenTCP using Netty, the Pool Receive Buffers property was marked as deprecated. Netty defaults to using a pooled allocator for byte buffers, but also supports the option for an unpooled allocator. Support for Pooled Receive Buffers property should be implemented using the channel options that Netty provides for configuring the allocator.
Attachments
Issue Links
- is related to
-
NIFI-8806 Refactor ListenTCP using Netty
-
- Resolved
-
- links to