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 2019/05/23 02:03:00 UTC

[GitHub] [rocketmq] CoderLan0668 edited a comment on issue #1211: latest code on branch master not correct

CoderLan0668 edited a comment on issue #1211: latest code on branch master not correct
URL: https://github.com/apache/rocketmq/issues/1211#issuecomment-495039011
 
 
   @duhenglucky  there is nothing to do with The RocketMQ console. Actually, the broker receive the topic config data from the RocketMQ console  correctly, the broker serialize the data as Class RegisterBrokerBody (by json format), and send to the name server. But the name server deserialize the data as Class  TopicConfigSerializeWrapper(by json format),  the error happens.

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