docs/code-samples/eventing/parallel
Changyuan Lin 5761506d1d
chore: fix typo in sample parallel README (#6189)
Remove redundant dot in the ksvc yaml
2025-01-09 14:56:16 +00:00
..
multiple-branches chore: fix typo in sample parallel README (#6189) 2025-01-09 14:56:16 +00:00
mutual-exclusivity Move code samples to GitHub (#4565) 2021-12-14 04:20:51 -08:00
README.md Move code samples to GitHub (#4565) 2021-12-14 04:20:51 -08:00

README.md

Parallel Example

The following examples will help you understand how to use Parallel to describe various flows.

Prerequisites

All examples require:

  • A Kubernetes cluster with
    • Knative Eventing
    • Knative Serving

All examples are using the default channel template.

Examples

Each of the following examples use PingSource as the source of events.

We also use simple functions to perform trivial filtering, transformation and routing of the incoming events.

The examples are: