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 2022/10/10 08:08:04 UTC

[GitHub] [rocketmq-client-go] 0daypwn opened a new issue, #933: topic with namespace and retry is block

0daypwn opened a new issue, #933:
URL: https://github.com/apache/rocketmq-client-go/issues/933

   **BUG REPORT**  
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
   
       - What did you expect to see?
   
       - What did you see instead?
      #923 add some code.
     example. topic name is test-topic
     when do subscribe, pc.crCh only add key: test-topic
     it does not include:
     a. topic with namespace.  topic name is  namespace%test-topic
     b. consumer retry topic. %RETRY%group
   
     when consumer, because pc.crCh does not include topic, it will block.
   
   2. Please tell us about your environment:
   
        - What is your OS?
   
        - What is your client version?
   
        - What is your RocketMQ version?
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   


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

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


[GitHub] [rocketmq-client-go] 0daypwn closed issue #933: topic with namespace and retry is block

Posted by "0daypwn (via GitHub)" <gi...@apache.org>.
0daypwn closed issue #933: topic with namespace and retry is block
URL: https://github.com/apache/rocketmq-client-go/issues/933


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