pan3793 commented on code in PR #2713:
URL: https://github.com/apache/celeborn/pull/2713#discussion_r1755921208


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1723,6 +1728,23 @@ object CelebornConf extends Logging {
       .intConf
       .createOptional
 
+  val NETWORK_WILDCARD_ADDRESS_BIND: ConfigEntry[Boolean] =
+    buildConf("celeborn.network.bind.wildcardAddress")
+      .categories("network")
+      .version("0.6.0")
+      .doc("When `true`, the bind address will be set to a wildcard address, 
while the advertise address will " +

Review Comment:
   I believe "wildcard address" with the current docs would confuse some users 
(including me), based on the results returned by the search engines (Google and 
Bing) "anyAddress" might be a better option. Anyway, please at least enrich the 
doc of this configuration.



-- 
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]

Reply via email to