You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/16 17:29:00 UTC

[jira] [Commented] (NIFI-8806) Refactor ListenTCP using Netty

    [ https://issues.apache.org/jira/browse/NIFI-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444680#comment-17444680 ] 

ASF subversion and git services commented on NIFI-8806:
-------------------------------------------------------

Commit f7466fd0f10f31b95e5adad31da23da48f1c965d in nifi's branch refs/heads/main from Nathan Gough
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f7466fd ]

NIFI-8806 Refactored ListenTCP using Netty

- Deprecated Max Number of Receiving Message Handler Threads property
- Deprecated Pool Receive Buffers property
- Updated TestListenTCP using Netty EventSender

This closes #5493

Signed-off-by: David Handermann <ex...@apache.org>


> Refactor ListenTCP using Netty
> ------------------------------
>
>                 Key: NIFI-8806
>                 URL: https://issues.apache.org/jira/browse/NIFI-8806
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.15.0
>            Reporter: David Handermann
>            Assignee: Nathan Gough
>            Priority: Minor
>              Labels: TLS, security
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The {{ListenTCP}} processor currently depends on {{SocketChannelDispatcher}}, which uses the custom {{SSLSocketChannel}} when enabled for TLS. The addition of Netty-based alternatives in {{nifi-event-transport}} removes the need for custom {{SSLEngine}} interaction and also streamlines the implementation of custom socket protocols.



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