docs/code-samples/eventing/parallel
Samia Nneji 4eda564a0b
Move code samples to GitHub (#4565)
* Move samples off site

* Add redirects

* Fix code samples and links

* Change links

* Fix path to sample

* Fix a few more links

* Update samples path in test

* remove unecessary redirect

* update more links

* add closing bracket
2021-12-14 04:20:51 -08:00
..
multiple-branches Move code samples to GitHub (#4565) 2021-12-14 04:20:51 -08: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: