You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: