wdamron / kafka-trigger

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-trigger

A Kubeless Trigger represents an event source the functions can be associated with it. When an event occurs in the event source, Kubeless will ensure that the associated functions are invoked. Kafka-trigger addon to Kubeless adds support for a Kafka streaming platform as trigger to Kubeless. A Kafka topic can be associated with one or more Kubeless functions. Kubeless functions associated with a topic are triggerd as and when messages get pubslished to the topic.

Please refer to the documentation on how to use Kafka trigger with Kubeless.

About

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions

License:Apache License 2.0


Languages

Language:Go 66.9%Language:Shell 31.3%Language:Makefile 1.6%Language:Dockerfile 0.1%