You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you see instead? [ISSUE #926] don't share limit channel in pushConsumer #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.
Please tell us about your environment:
What is your OS?
What is your client version?
What is your RocketMQ version?
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
The text was updated successfully, but these errors were encountered:
0daypwn
pushed a commit
to 0daypwn/rocketmq-client-go
that referenced
this issue
Oct 10, 2022
BUG REPORT
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?
[ISSUE #926] don't share limit channel in pushConsumer #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.
Please tell us about your environment:
What is your OS?
What is your client version?
What is your RocketMQ version?
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
The text was updated successfully, but these errors were encountered: