You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2021/07/27 22:38:00 UTC

[jira] [Assigned] (NIFI-8919) Refactor Distributed Cache Clients using Netty

     [ https://issues.apache.org/jira/browse/NIFI-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Grey reassigned NIFI-8919:
-------------------------------

    Assignee: Paul Grey

> Refactor Distributed Cache Clients using Netty
> ----------------------------------------------
>
>                 Key: NIFI-8919
>                 URL: https://issues.apache.org/jira/browse/NIFI-8919
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.15.0
>            Reporter: David Handermann
>            Assignee: Paul Grey
>            Priority: Minor
>              Labels: TLS, security
>
> The {{DistributedMapCacheClientService}} and {{DistributedSetCacheClientService}} leverage {{SSLSocketChannel}} through {{SSLCommsSession}} to support TLS communication, which involves custom interaction with {{javax.net.ssl.SSLEngine}}. Refactoring these client services using Netty would remove the need for custom {{SSLEngine}} interaction and also streamline the protocol implementation. Changes will involve replacement of the existing {{CommsSession}} interface with higher-level client and custom Netty Handlers implementation the distributed cache protocol.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)