You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/01/12 16:10:00 UTC

[jira] [Created] (NIFI-9563) Support Pool Receive Buffers in ListenTCP with Netty

David Handermann created NIFI-9563:
--------------------------------------

             Summary: Support Pool Receive Buffers in ListenTCP with Netty
                 Key: NIFI-9563
                 URL: https://issues.apache.org/jira/browse/NIFI-9563
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.16.0
            Reporter: David Handermann
            Assignee: David Handermann


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)