caigy commented on issue #667: Consumer rebalance problem when using docker 
container
URL: https://github.com/apache/rocketmq/issues/667#issuecomment-494357753
 
 
   I encountered the same problem. Under _HOST_ networking mode, all dockers 
managed by Rancher are with the same docker0 IP, which is 172.17.0.1.  Thus, 
RemotingUtil.getLocalAddress() always returns "172.17.0.1" for those dockers, 
which leads to collision between consumers with the same pid, if using default 
"IP@pid" clientId. 
   
   - RocketMQ client Version: 4.3.2
   - Rancher Version: 1.16.10
   - Docker Version: 18.09.5

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


With regards,
Apache Git Services

Reply via email to