Skip to content

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

License

Notifications You must be signed in to change notification settings

uedun/kafka-trigger

 
 

Repository files navigation

kafka-trigger

A Kubeless Trigger represents an event source that functions can be associated with. 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 a trigger to Kubeless. A Kafka topic can be associated with one or more Kubeless functions. Kubeless functions associated with a topic are triggered as, and when, messages get published to the topic.

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 65.2%
  • Shell 28.6%
  • Jsonnet 4.7%
  • Makefile 1.4%
  • Dockerfile 0.1%