fuyou001 commented on code in PR #6568:
URL: https://github.com/apache/rocketmq/pull/6568#discussion_r1162646629


##########
client/src/main/java/org/apache/rocketmq/client/ClientConfig.java:
##########
@@ -79,6 +89,10 @@ public class ClientConfig {
      */
     protected boolean enableStreamRequestType = false;
 
+    private boolean sendLatencyEnable = 
Boolean.parseBoolean(System.getProperty(SEND_LATENCY_ENABLE, "false"));

Review Comment:
   Would it be prudent to incorporate a warning concerning order message within 
the document,may be order message  is disturbed



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