duhenglucky commented on a change in pull request #3357:
URL: https://github.com/apache/rocketmq/pull/3357#discussion_r712308669
##########
File path:
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
##########
@@ -17,10 +17,14 @@
package org.apache.rocketmq.store.config;
import java.io.File;
+
import org.apache.rocketmq.common.annotation.ImportantField;
import org.apache.rocketmq.store.ConsumeQueue;
public class MessageStoreConfig {
+
+ public static final String MULTI_PATH_SPLITTER = ":";
Review comment:
IMHO, ":" can be confusing sometimes, especially on Windows, where the
storage path contains C: XXX, eg.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]