mirror of https://github.com/knative/docs.git
* 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 |
||
---|---|---|
.. | ||
multiple-branches | ||
mutual-exclusivity | ||
README.md |
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: