You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/08 09:25:09 UTC

[GitHub] [pulsar] kwenZh opened a new issue #14599: broker advertisedListeners run error: `advertisedListeners` and `advertisedAddress` must not appear together

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] kwenZh closed issue #14599: broker advertisedListeners run error: `advertisedListeners` and `advertisedAddress` must not appear together

Posted by GitBox <gi...@apache.org>.
kwenZh closed issue #14599:
URL: https://github.com/apache/pulsar/issues/14599


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org