Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/user-guide/components/eventing/eventing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Eventing

Eventing services can be used to trigger events for different activities. These events can then be delivered to the services in the application that must react to those events. On CloudPlex, events can be delivered to the services using following 3 services.
Knative Eventing is a system that provides composable primitives to enable late-binding event sources and event consumers. It is a whole set of event managemnet functions to publish as well as consuming events. Knative Eventing sources publish events to broker component using HTTP POST and trigger component consumes those events based on attributes and forwards them to your application using HTTP POST. On CloudPlex, events can be delivered using following three sources.

1. [GCP Pub/Sub](/pages/user-guide/components/eventing/gcp-pubsub/gcp-pubsub)
2. [Github](/pages/user-guide/components/eventing/github/github)
3. [Kubernetes](/pages/user-guide/components/eventing/kubernetes/kubernetes)
3. [Kubernetes](/pages/user-guide/components/eventing/kubernetes/kubernetes)