yulangz commented on code in PR #7301: URL: https://github.com/apache/rocketmq/pull/7301#discussion_r1349962801
########## example/src/main/java/org/apache/rocketmq/example/quickstart/Producer.java: ########## @@ -30,7 +30,7 @@ public class Producer { /** * The number of produced messages. */ - public static final int MESSAGE_COUNT = 1000; + public static final int MESSAGE_COUNT = 10; Review Comment: Unexpected modification, fixed. -- 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