spacemonkd opened a new pull request, #1541: URL: https://github.com/apache/ratis/pull/1541
## What changes were proposed in this pull request? RATIS-2634. Add TLS support for Netty RPC transport Netty RPC - both server-to-server (NettyRpcService, NettyRpcProxy) and client-to-server (NettyClientRpc), has no TLS. The channel pipelines add only protobuf codecs and handlers, never an SslHandler. Only the gRPC transport and the Netty data-stream path support TLS today. We are mirroring the behaviour in `NettyServerStreamRpc`/`NettyClientStreamRpc` to introduce TLS in this patch. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-2634 ## How was this patch tested? Patch was tested via unit tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
