3424672656 commented on code in PR #9472: URL: https://github.com/apache/rocketmq/pull/9472#discussion_r2153813950
########## broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java: ########## @@ -883,6 +883,10 @@ public boolean recoverAndInitService() throws CloneNotSupportedException { result = this.messageStore.load(); } + if (brokerConfig.isPopConsumerKVServiceInit()) { + result = result && popConsumerService.load(); Review Comment:  init method in BrokerController#initialize -- 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. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org