liangyepianzhou commented on code in PR #15296:
URL: https://github.com/apache/pulsar/pull/15296#discussion_r857541845


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTransactions.java:
##########
@@ -178,6 +178,17 @@ void run() throws Exception {
         }
     }
 
+    @Parameters(commandDescription = "Update the scale of transaction 
coordinators")
+    private class ScaleTransactionCoordinators extends CliCommand {
+        @Parameter(names = { "-r", "--replicas" }, description = "The scale of 
the transaction coordinators")
+        private int replicas;

Review Comment:
   Maybe we don't need to tangle here, I have followed Penghui's suggestion to 
change from `partitions` to `replicas`.
   Both names are fine. How about to keep it like this?



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