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 2020/03/10 06:24:29 UTC

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.

ShannonDing commented on issue #441: [Native]Send heartbeat error in lower broker version which using fastjson 1.2.8.
URL: https://github.com/apache/rocketmq-client-go/issues/441#issuecomment-596924503
 
 
   1. the consume sends heartbeats message to the broker with consume type = "PUSH";
   2. the broker can not decode the value "PUSH" with fastjson 1.2.8;
   3. the broker discard the heartbeat messages and do not recode the new consumer;
   4. when the consumer pulls messages from the broker, it returns a "no group info error" message.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services