eolivelli opened a new issue #9174: URL: https://github.com/apache/pulsar/issues/9174
With https://github.com/apache/pulsar/pull/9019 we are updating BookKeeper to version 4.12.1, this change will allow users to use the BookieID feature of BookKeeper. Basically if you add this line to conf/bookkeeper.conf. (and conf/standalone.conf for standalone execution) ` bookieId=xxxxx ` The bookie will advertise itself using 'xxxxx' as identifier, and it won't use address:port. This way you are able to use a dynamic network address for the bookie see the BP-41 page for more details http://bookkeeper.apache.org/bps/BP-41-bookieid/ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
