You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/27 08:14:43 UTC

[GitHub] [rocketmq] ShadowySpirits commented on issue #5589: [OPTIMIZATION] Record subscriptions from request

ShadowySpirits commented on issue #5589:
URL: https://github.com/apache/rocketmq/issues/5589#issuecomment-1328193604

   > 你好, 5.0.0使用pop消费有两种方式
   > 
   > 1. pop push consumer --> broker
   > 2. proxy --> broker
   > 
   > 可以举例说明下哪种情况订阅关系没有被记录嘛?
   
   所有没有心跳或者心跳没有包含订阅关系 broker 的情况下 broker 不会感知订阅关系,例如:
   1. 客户端通过 proxy 消费:心跳没有发往 broker
   2. pull 消费者:心跳没有包含订阅关系


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org