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/03/17 12:51:00 UTC

[jira] [Created] (NIFI-9805) Refactor Distributed Cache Servers using Netty

David Handermann created NIFI-9805:
--------------------------------------

             Summary: Refactor Distributed Cache Servers using Netty
                 Key: NIFI-9805
                 URL: https://issues.apache.org/jira/browse/NIFI-9805
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: David Handermann
            Assignee: David Handermann


The {{DistributedMapCacheServer}} and {{DistributedSetCacheServer}} components implement a custom protocol for storing and retrieving elements using Java NIO.  Both components leverage the custom {{SSLSocketChannel}} class when configured with TLS. Refactoring the components to use Netty would eliminate the need for custom {{SSLEngine}} interaction and provide a more robust implementation of the custom cache protocol.



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