This project contains a collection of Knative Eventing examples.
- class: MTChannelBasedBroker
- config: In-Memory Channel
- Events from a specific source: Show
how to use
CEOverrides
to receive events from a specific source.
- Events from a specific source: Show
how to use
- config: In-Memory Channel
- APIServerSource
- PingSource
- Basic: shows how to use PingSource to send events of various content types (json, xml) on a regular schedule to the event display service.
- KafkaSource:
- Basic configuration: use KafkaSink to send events to two different Kafka topics and use KafkaSource to consume these events and forward them to the event display service.
- Autoscaling with KEDA: same example as above with KEDA autoscaling enabled
- IBM Cloud Event Streams: shows how to use KafkaSource to consume events coming from IBM Cloud Event Streams