apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

Support for subscribing to topic patterns #346

Open nielsmeima opened 5 years ago

nielsmeima commented 5 years ago

Currently, it is not possible to subscribe to topic patterns instead of a specific topic. The KafkaConsumer supports this funtionality, but this package around it does not.

Request: add the possibility to specify a topic pattern instead of a topic when creating the trigger.