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

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

Commit fe424a2d420945847172fbcb3aedd070e5b7b953 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fe424a2d42 ]

NIFI-9805 Refactored Distributed Cache Servers using Netty

- Added Map and Set Cache Servers based on nifi-event-transport components
- Removed custom servers and unused socket stream components
- Reduced duplication on protocol classes
- Added checks for readable bytes
- Added mark and reset handling for buffer reads

This closes #6040
Signed-off-by: Paul Grey <[email protected]>


> 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
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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.7#820007)

Reply via email to