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


##########
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:
   okay, let's keep the name and update the doc then.



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