Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmware-archive/kafka-trigger
Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
https://github.com/vmware-archive/kafka-trigger
Last synced: 3 months ago
JSON representation
Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
- Host: GitHub
- URL: https://github.com/vmware-archive/kafka-trigger
- Owner: vmware-archive
- License: apache-2.0
- Archived: true
- Created: 2018-06-18T13:43:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T11:31:40.000Z (almost 3 years ago)
- Last Synced: 2024-06-18T23:03:32.901Z (5 months ago)
- Language: Go
- Size: 28.4 MB
- Stars: 28
- Watchers: 7
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - vmware-archive/kafka-trigger - Kubernetes CRD controller for Kafka topic as event source for Kubeless functions (Go)
README
## WARNING: Kubeless is no longer actively maintained by VMware.
VMware has made the difficult decision to stop driving this project and therefore we will no longer actively respond to issues or pull requests. If you would like to take over maintaining this project independently from VMware, please let us know so we can add a link to your forked project here.
Thank You.
# 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](https://kubeless.io/docs/pubsub-functions/#kafka) on how to use the Kafka trigger with Kubeless.