@srkukarni : 

```
 @Parameter(names = "--topicsPattern", description = "TopicsPattern to consume 
from list of topics under a namespace that match the pattern. [--input] and 
[--topic-pattern] are mutually exclusive. Add SerDe class name for a pattern in 
--custom-serde-inputs (supported for java fun only)", hidden = true)
        protected String DEPRECATED_topicsPattern;
        @Parameter(names = "--topics-pattern", description = "The topic pattern 
to consume from list of topics under a namespace that match the pattern. 
[--input] and [--topic-pattern] are mutually exclusive. Add SerDe class name 
for a pattern in --custom-serde-inputs (supported for java fun only)")
        protected String topicsPattern;
```

unless I missing understand the comment here ...

and here

https://github.com/apache/incubator-pulsar/blob/59df98bd5675fa17cc858fa2a0c5cac45475a5f4/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java#L628

[ Full content available at: 
https://github.com/apache/incubator-pulsar/pull/2570 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to