merlimat commented on a change in pull request #2266: Integrate functions and 
io with schema registry
URL: https://github.com/apache/incubator-pulsar/pull/2266#discussion_r207985750
 
 

 ##########
 File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSources.java
 ##########
 @@ -207,10 +201,18 @@ void runCmd() throws Exception {
 
         @Parameter(names = "--processingGuarantees", description = "The 
processing guarantees (aka delivery semantics) applied to the Source")
         protected FunctionConfig.ProcessingGuarantees processingGuarantees;
-        @Parameter(names = "--destinationTopicName", description = "The Pulsar 
topic to which data is sent")
+
+        @Parameter(names = { "-o", "--destinationTopicName" }, description = 
"The Pulsar topic to which data is sent")
         protected String destinationTopicName;
-        @Parameter(names = "--deserializationClassName", description = "The 
SerDe classname for the source")
+
+        @Parameter(names = "--deserializationClassName", description = "The 
SerDe classname for the source", hidden = true)
         protected String deserializationClassName;
+
+        @Parameter(names = { "-st",
 
 Review comment:
   Fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to