You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/04/02 10:39:02 UTC

[GitHub] [rocketmq] panzhi33 edited a comment on issue #2777: pull request will not stop after topic being deleted

panzhi33 edited a comment on issue #2777:
URL: https://github.com/apache/rocketmq/issues/2777#issuecomment-812475819


   这种操作属于非标操作,既然有消费者在线,那么就应该知道执行的后果。因此我觉得这不是bug。
   负载均衡这里是正常的,因为 mqSet和cidSet 是一直没有变的。
   获取topic路由哪里,如果找不到topic的话,会抛出异常,并不会更新路由信息(这里应该是要提示首次启动的消费者,告知topic没有创建),那么mqSet也就不会变。
   cidSet是根据ConsumerId来决定的。
   


-- 
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:
users@infra.apache.org