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 2018/05/23 03:08:40 UTC

[GitHub] lizhanhui commented on issue #312: #issues-311 improve broker register topicrouter info performance

lizhanhui commented on issue #312: #issues-311 improve broker register topicrouter info performance
URL: https://github.com/apache/rocketmq/pull/312#issuecomment-391206304
 
 
   I understand the purpose of this pull request is to combine topic changes and report them all to nameserver in one registration action. The problem is, each time a new topic is registered, data version of topic config increases and `needRegister` method always returns true, causing active registration immediately, regardless of `forceRegister` being true or false for registerBrokerAll.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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