Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Remove some refs to channels #40

Merged
merged 1 commit into from
May 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions knative-kubecon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,8 @@ spec:
name: dumpy

```
Here we can see that we've got a channel named `testchannel` and it is an `in-memory-channel` which is what we're going to use for this demo - in production we would probably use Apache Kafka.
Let's deploy that so that we can use it in a later stage.

+Here we can see that we've got a trigger named `my-service-trigger` and it is a `filter` on events from the `sourceAndType` source which is what we're going to use for this demo.
Here we can see that we've got a trigger named `my-service-trigger` and it is a `filter` on events from the `sourceAndType` source which is what we're going to use for this demo.
The trigger will send events through to its `subscriber` which is the dumpy service we defined earlier. Let's deploy that so that we can use it in a later stage.

```bash
Expand Down