Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.15.0
Description
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.
Attachments
Issue Links
- fixes
-
NIFI-8079 DistributedMapCacheClient not properly closing Sockets on connection failure
- Resolved
- links to