CoderLan0668 opened a new issue #1211: latest code on branch master not correct URL: https://github.com/apache/rocketmq/issues/1211 while creating or updating topic on rocketmq console, the step is: 1、the console will request the broker to create or update topic, look the class AdminBrokerProcessor in broker  the broker will try to registerIncrementBrokerData to namesrv, go ahead ,i found the code of sending remote command to namesrv, it is in BrokerOuterApi:  **note: the data that broker sent to namesrv is json format string( actually byte array) of The Class RegisterBrokerBody** 2、the namesrv receive the command sent by broker, namesrv try to deserialize, look the code below  **note: namesrv deserialze as TopicConfigSerializeWrapper, but not RegisterBrokerBody** finally, the console told me that it is success to create or update topic, but actually it take no effect.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
