EventSource

Concept of OpenFunction, a resource of the events framework, EventSource

EventSource represents a producer of events, such as a Kafka server, an object storage service, or it can be an application. It contains definitions of these event producers to facilitate the fetching of events from these producers. It also defines the destination of these events.

Available event sources

Reference

EventSource is a CustomResourceDefinitions(CRD) . You can refer to EventSource CRD Spec for more information.


Last modified August 31, 2021: Update docs (ab70662)