eolivelli commented on PR #15503:
URL: https://github.com/apache/pulsar/pull/15503#issuecomment-1126259769

   actually the comma character is not a problem
   https://www.baeldung.com/jcommander-parsing-command-line-parameters
   
   I misunderstood how "List<String>" behaves
   the command will be `pulsar-admin topics create-subscription -p a=b -p c=d 
-s sub topicname`
   but we have to deal with the equals symbol, using split("=") doesn't work 
well


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