SzyWilliam opened a new pull request, #707: URL: https://github.com/apache/ratis/pull/707
## What changes were proposed in this pull request? GrpcService will use `NettyServerBuilder.forport` to bind the listening address, which is by default 0.0.0.0::port. This may bring potential security risks. In this PR I propose to use a configurable hostname to construct the binding address. BTW, the InetSocketAddress support ipv6 address, so this PR can also enable users to assign ipv6 address to grpc listening address. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1661 ## How was this patch tested? 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]
