Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 663 Bytes

serverless-channels-intro.adoc

File metadata and controls

10 lines (7 loc) · 663 Bytes

Channels are custom resources that define a single event-forwarding and persistence layer. After events have been sent to a channel from an event source or producer, these events can be sent to multiple Knative services or other sinks by using a subscription.

Channel workflow overview

You can create channels by instantiating a supported Channel object, and configure re-delivery attempts by modifying the delivery spec in a Subscription object.