eolivelli commented on issue #2359: URL: https://github.com/apache/bookkeeper/issues/2359#issuecomment-645192780
Are you talking about JMX or about the Bookie endpoint ? in the case of Bookie Endpoint it is not possible, because the ID of the bookie is made of pubblic-address + bookiePort this fact will change in the future (hopefully 4.12) but now this is how it works. So you can't bind to 0.0.0.0 You could bind to 0.0.0.0 but you have to configure the "advertised address" that is the public DNS name that the bookie advertises on discovery service. This address cannot be easily changed in teh future, because it is written on ledger metadata ---------------------------------------------------------------- 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]
