ddanielr commented on code in PR #5599:
URL: https://github.com/apache/accumulo/pull/5599#discussion_r2140582467
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -54,6 +54,9 @@ public enum Property {
"Properties in this category related to the configuration of SSL keys
for"
+ " RPC. See also `instance.ssl.enabled`.",
"1.6.0"),
+ RPC_PROCESS_BIND_ADDRESS("rpc.bind.addr", "", PropertyType.STRING,
+ "The local IP address to which this server should bind for sending and
receiving network traffic.",
Review Comment:
Should we update the description for the property to call out the intended
bind all behavior?
```suggestion
"The local IP address to which this server should bind for sending and
receiving network traffic. If not set then the process binds to all addresses",
```
--
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]