You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/09/16 06:38:36 UTC

[GitHub] [rocketmq] maixiaohai commented on a change in pull request #2301: [ISSUE #2300] Enhancement: Benchmark support acl and msg trace

maixiaohai commented on a change in pull request #2301:
URL: https://github.com/apache/rocketmq/pull/2301#discussion_r489197163



##########
File path: example/src/main/java/org/apache/rocketmq/example/benchmark/Consumer.java
##########
@@ -111,7 +113,7 @@ public void run() {
             }
         }, 10000, 10000);
 
-        DefaultMQPushConsumer consumer = new DefaultMQPushConsumer(group);
+        DefaultMQPushConsumer consumer = new DefaultMQPushConsumer(group, AclClient.getAclRPCHook(), new AllocateMessageQueueAveragely(), msgTraceEnable, null);

Review comment:
       OK, I will fix it ASAP.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org