GitHub user lhotari added a comment to the discussion: question:java.net.preferIPv4Stack ?
> If you need to support both IPV4 and IPV6, do you need to change all the > java.net.preferIPv4Stack=true to false? Yes. Pass `-Djava.net.preferIPv4Stack=false` in `OPTS` environment variable. This is supported since https://github.com/apache/pulsar/pull/23846 . IPv6 support for Pulsar deployments (Pulsar/BookKeeper/ZooKeeper) hasn't been validated in CI, so contributions might be required to fully support IPv6. I haven't personally tried to configure such a deployment so I'm not aware of other possible issues. It's possible that some locations in the code assume IPv4 address formats for parsing IP and port and that would fail with IPv6 addresses. GitHub link: https://github.com/apache/pulsar/discussions/24226#discussioncomment-12968175 ---- This is an automatically sent email for commits@pulsar.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org