MarvinCai commented on issue #14732: URL: https://github.com/apache/pulsar/issues/14732#issuecomment-1201256100
hi @bpereto, are you expecting any additional changes in Pulsar to support ipv6? As Enrico mentioned, we added `-Djava.net.preferIPv4Stack=true` as most users are still using ipv4. And to override this behavior without change the `./bin/pulsar` script we can add env variable `export PULSAR_EXTRA_OPTS=-Djava.net.preferIPv4Stack=false`, this should be able to override the the default setting. -- 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]
