dubee commented on issue #221: Unable to create trigger from openwhisk kafka 
feed that listens to a Generic Kafka instance in a Local ubuntu installation
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/issues/221#issuecomment-483302642
 
 
   @axelrose, try using an array for your brokers value. For example, `-p 
brokers "[\"broker1:9099\"]"` or `-p brokers "[broker1:9099]"` or `-p brokers 
'["broker1:9099"]'`. Sometimes depends on your OS as to which quoting pattern 
to use.
   
   Here you can see all the `split` calls in the project: 
https://github.com/apache/incubator-openwhisk-package-kafka/search?utf8=%E2%9C%93&q=split&type=.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to