suyanhj commented on issue #218:
URL: 
https://github.com/apache/rocketmq-operator/issues/218#issuecomment-3243637168

   @fitme96 换mq 了,之前用 operator放 k8s 
跑生产的,就是我说的重启的坑,后面用虚拟机单独跑,运行一段时间后又发现个别等级延迟消息不发送的 bug,现在直接买谷歌云的 mq
   
   namesrv 的内部会维护 master 和slave 的 ip 的,把他们的 ip 记录,你放 k8s 里面重启,使用 podip 
时,一旦重启就容器 ip 就变了,跟 ns 中记录的不一致了,直接不识别,你只能继续新开一个集群,然后继续保证新开出来的 ip 不要变
   
   operator 本身部署的时候,使用的就是 host 网络模式,应该就是从这个原因去考虑的,但很多云平台的托管k8s集群不给接触 节点 
host,如果你是自建的集群可以考虑可行性,只有 1 点注意,这 broker 的 ip 不变


-- 
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]

Reply via email to