michaeljmarshall commented on a change in pull request #13390:
URL: https://github.com/apache/pulsar/pull/13390#discussion_r774037148



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java
##########
@@ -295,6 +295,19 @@
     @JsonIgnore
     private Clock clock = Clock.systemDefaultZone();
 
+    @ApiModelProperty(
+            name = "dnsLookupBindAddress",
+            value = "The Pulsar client dns lookup bind address."

Review comment:
       I think I might be missing something. Since the default behavior isn't 
changed by this PR, doesn't that mean we will still bind to `0.0.0.0`? My only 
request here is that we update this annotation with a little more documentation 
about the default behavior.




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