kwenZh opened a new issue #14599: URL: https://github.com/apache/pulsar/issues/14599
**Describe the bug** when i use broker config advertisedListeners, and broker.conf : ``` #brokerServicePort=6650 brokerServicePortTls= webServicePort=8080 webServicePortTls= bindAddress=0.0.0.0 #advertisedAddress= advertisedListeners=internal:pulsar://10.29.200.11:6650,external:pulsar://10.29.200.11:6670 ``` after run broker, error log : 2022-03-08 05:15:47,561 [sun.misc.Launcher$AppClassLoader@70dea4e] error Uncaught exception in thread main: `advertisedListeners` and `advertisedAddress` must not appear together java.lang.IllegalArgumentException: `advertisedListeners` and `advertisedAddress` must not appear together how to set advertisedAddress parameters, How to set , set blank ? -- 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]
