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

 ##########
 File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSinks.java
 ##########
 @@ -203,14 +206,27 @@ void runCmd() throws Exception {
         @Parameter(names = { "-t", "--sink-type" }, description = "The sinks's 
connector provider")
         protected String sinkType;
 
-        @Parameter(names = "--inputs", description = "The sink's input topic 
or topics (multiple topics can be specified as a comma-separated list)")
+        @Parameter(names = { "-i",
+                "--inputs" }, description = "The sink's input topic or topics 
(multiple topics can be specified as a comma-separated list)")
         protected String inputs;
-        @Parameter(names = "--topicsPattern", description = "TopicsPattern to 
consume from list of topics under a namespace that match the pattern. [--input] 
and [--topicsPattern] are mutually exclusive. Add SerDe class name for a 
pattern in --customSerdeInputs  (supported for java fun only)")
+
+        @Parameter(names = "--topicsPattern", description = "TopicsPattern to 
consume from list of topics under a namespace that match the pattern. [--input] 
and [--topicsPattern] are mutually exclusive. Add SerDe class name for a 
pattern in --customSerdeInputs  (supported for java fun only)", hidden = true)
         protected String topicsPattern;
+
+        @Parameter(names = { "-st",
+                "--schemaType" }, description = "The builtin schema type (eg: 
'avro', 'json', etc..) or the class name for a Schema or Serde implementation")
 
 Review comment:
   `--schema-type`

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