jai1 closed pull request #1318: Added localhost as default advertised address 
in standalone.conf
URL: https://github.com/apache/incubator-pulsar/pull/1318
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/conf/standalone.conf b/conf/standalone.conf
index de0406492..d05080e33 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -34,7 +34,7 @@ webServicePort=8080
 bindAddress=0.0.0.0
 
 # Hostname or IP address the service advertises to the outside world. If not 
set, the value of InetAddress.getLocalHost().getHostName() is used.
-advertisedAddress=
+advertisedAddress=localhost
 
 # Name of the cluster to which this broker belongs to
 clusterName=standalone


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to