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

Kafka trigger not reading messages from Kafka #381

Open Ryan-Gordon1 opened 3 years ago

Ryan-Gordon1 commented 3 years ago

I have been attempting to setup Openwhisk with Kafka as a feed to triggering actions. When I do this I use https://github.com/apache/openwhisk-deploy-kube following the kind set instructions Additionally I setup a kafka instance with 2 kafka containers.

When I create a trigger from the wsk cli it successfully creates and I don't see an indication that the connection failed but when I view the kafka instance I don't see any registered consumer. When I check the activation logs I do see 1 response of a UUID but nothing from messages I am sending in using a custom producer.