jiaoxinnyu opened a new issue #2602:
URL: https://github.com/apache/rocketmq/issues/2602


   The issue tracker is **ONLY** used for bug report(feature request need to 
follow [RIP 
process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)).
 Keep in mind, please check whether there is an existing same report before 
your raise a new one.
   
   Alternately (especially if your communication is not a bug report), you can 
send mail to our [mailing lists](http://rocketmq.apache.org/about/contact/). We 
welcome any friendly suggestions, bug fixes, collaboration and other 
improvements.
   
   Please ensure that your bug report is clear and that it is complete. 
Otherwise, we may be unable to understand it or to reproduce it, either of 
which would prevent us from fixing the bug. We strongly recommend the 
report(bug report or feature request) could include some hints as the following:
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - 有AB两个消费者他们的groupname不同,然后订阅了同一个topic,A 订阅 tag1,B订阅tag2
   - B消费者里面像这个topic下面的tag1发送一个消息。
   
   - 这个重试队列的订阅应该是到A的重试队列下面。然后由A去消费?
   
   - 
消息正常抵达到消费者A,但是由于A异常没有返回success也没用返回重试。导致这条消息最终进入到了B的消费者重试队列里面,也就是Mq的%RETRY%ConsumerB下面,但是由于集群模式订阅的重试队列MQ默认订阅是的tagall。所以导致这个消息会被推送给B
 但是由于消息的tag是 tag1,B是没有办法消费的
   
   2. 在test测试环境:
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   
   **FEATURE REQUEST**
   
   1. 能否让重试队列订阅的时候消费者自己set 订阅的tag呢?.
   
   


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


Reply via email to