humkum commented on code in PR #6746:
URL: https://github.com/apache/rocketmq/pull/6746#discussion_r1193440574


##########
common/src/main/java/org/apache/rocketmq/common/MixAll.java:
##########
@@ -96,6 +96,7 @@ public class MixAll {
     public static final String REPLY_MESSAGE_FLAG = "reply";
     public static final String LMQ_PREFIX = "%LMQ%";
     public static final String MULTI_DISPATCH_QUEUE_SPLITTER = ",";
+    public static final String PATH_SEPARATOR = "/";

Review Comment:
   > Should we consider other operating systems, such as Windows, whose path 
delimiter is \?
   
   Yes.I had changed the pr to contains these situations.



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

Reply via email to