mirror of https://github.com/knative/docs.git
Change event type in Sequence with Broker example (#2897)
If the type of the event isn't changed by the last step in the sequence the event will be resent to the Trigger that targets the sequence creating an unwanted loop. Fixes #2851 Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
This commit is contained in:
parent
39e502def4
commit
40c985f108
|
@ -79,7 +79,8 @@ spec:
|
|||
env:
|
||||
- name: MESSAGE
|
||||
value: " - Handled by 2"
|
||||
|
||||
- name: TYPE
|
||||
value: "samples.http.mod3"
|
||||
---
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue