yuruguo commented on a change in pull request #13624:
URL: https://github.com/apache/pulsar/pull/13624#discussion_r778916227



##########
File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopicPolicies.java
##########
@@ -85,6 +85,10 @@ public CmdTopicPolicies(Supplier<PulsarAdmin> admin) {
         jcommander.addCommand("get-subscription-dispatch-rate", new 
GetSubscriptionDispatchRate());
         jcommander.addCommand("set-subscription-dispatch-rate", new 
SetSubscriptionDispatchRate());
         jcommander.addCommand("remove-subscription-dispatch-rate", new 
RemoveSubscriptionDispatchRate());
+
+        jcommander.addCommand("get-replicator-dispatch-rate",new 
GetReplicatorDispatchRate());

Review comment:
       A space is required after the comma, from L89 to L91




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