coverstart commented on issue #8730:
URL: https://github.com/apache/rocketmq/issues/8730#issuecomment-2545602467
我也遇到了,应该是ipv4和ipv6的问题,我强制识别成ipv4就没问题了,k8s statefulset加上环境变量
env:
- name: JAVA_OPTS
value: "-Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv4Addresses=true"
--
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]