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
When I run a cpp consumer, I found that there's no clientID information in subscription in console, but the consumer can normally consume. As follows:
Can normally consume:
Subscription detail display unusual:
Didn't show subsciption's consume type and consume mode:
What did you expect to see?
The reason for subscription detail display unusual is the json format of ConsumeRunningInfo is incompatible with RocketMQ Java main project.
The reason for client didn't show consume type and consume mode is that c client send enum element as 0/1/2,which can't be parsed by RocketMQ Java main project.
What did you see instead?
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:
BUG REPORT
When I run a cpp consumer, I found that there's no clientID information in subscription in console, but the consumer can normally consume. As follows:
Can normally consume:
Subscription detail display unusual:
Didn't show subsciption's consume type and consume mode:
The reason for subscription detail display unusual is the json format of ConsumeRunningInfo is incompatible with RocketMQ Java main project.
The reason for client didn't show consume type and consume mode is that c client send enum element as 0/1/2,which can't be parsed by RocketMQ Java main project.
What is your OS?
What is your client version?
What is your RocketMQ version?
The text was updated successfully, but these errors were encountered: