Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.25 KB

Knative Eventing Examples

This project contains a collection of Knative Eventing examples.

Prerequisites

Examples

Brokers

  • class: MTChannelBasedBroker

Sources

  • 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: