knative-examples

Stars
7

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: