zongtanghu commented on a change in pull request #537: [ISSUE #525] Support the
message track
URL: https://github.com/apache/rocketmq/pull/537#discussion_r236558504
##########
File path:
broker/src/main/java/org/apache/rocketmq/broker/topic/TopicConfigManager.java
##########
@@ -124,6 +124,17 @@ public TopicConfigManager(BrokerController
brokerController) {
topicConfig.setWriteQueueNums(1);
this.topicConfigTable.put(topicConfig.getTopicName(), topicConfig);
}
+ {
+ // MixAll.RMQ_SYS_TRACK_TRACE_TOPIC
+ if
(this.brokerController.getBrokerConfig().isAutoTraceBrokerEnable()) {
Review comment:
Okay I will consider this issue you mentioned aboved.I will add some codes
in createTopicInSendMessageMethod method to solve this issue.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services