yuruguo commented on a change in pull request #12128:
URL: https://github.com/apache/pulsar/pull/12128#discussion_r714379146
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java
##########
@@ -271,7 +271,7 @@ void processArguments() throws Exception {
protected Boolean retainKeyOrdering;
@Parameter(names = "--batch-builder", description = "BatcherBuilder
provides two types of batch construction methods, DEFAULT and KEY_BASED. The
default value is: DEFAULT")
protected String batchBuilder;
- @Parameter(names = "--forward-source-message-property", description =
"Forwarding input message's properties to output topic when processing")
+ @Parameter(names = "--forward-source-message-property", description =
"Forwarding input message's properties to output topic when processing", arity
= 1)
Review comment:
done
--
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]