EronWright commented on a change in pull request #12056:
URL: https://github.com/apache/pulsar/pull/12056#discussion_r711640008



##########
File path: conf/standalone.conf
##########
@@ -33,6 +33,9 @@ webServicePort=8080
 # Hostname or IP address the service binds on, default is 0.0.0.0.
 bindAddress=0.0.0.0
 
+# Extra bind addresses for protocol handlers: 
<listener_name>:<scheme>://<host>:<port>,[...]
+bindAddresses=

Review comment:
       Thanks, I consider the phrase 'protocol handlers' to include the Pulsar 
binary protocol, but I understand that's not typical.   I will amend the 
javadoc to be more clear.
   
   I will apply the change to broker.conf.
   
   The `bindAddress` continues to be used for the 
`webServicePort`,`brokerServicePort`, and `brokerServicePortTls` bindings.  
These new bindings in `bindAddresses` are supplemental to those bindings, for 
compatibility purposes.
   
   




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