lizhanhui commented on code in PR #8891:
URL: https://github.com/apache/rocketmq/pull/8891#discussion_r1829070651


##########
broker/src/main/java/org/apache/rocketmq/broker/config/v2/TopicConfigManagerV2.java:
##########
@@ -76,7 +76,7 @@ private boolean loadTopicConfig() {
                 byte[] value = iterator.value();
                 TopicConfig topicConfig = parseTopicConfig(key, value);
                 if (null != topicConfig) {
-                    super.updateSingleTopicConfigWithoutPersist(topicConfig);
+                    super.putTopicConfig(topicConfig);

Review Comment:
   The same rationale applies.



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

Reply via email to