File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ spec:
280280Cannot be specified with the SourceAndType filter.
281281
282282_This example assumes the repository name is available as a CloudEvents
283- extension `{"repository":proposals"}`._
283+ extension `{"repository":" proposals"}`._
284284
285285Specified with the attributes filter :
286286
@@ -309,7 +309,7 @@ spec:
309309Cannot be specified with the SourceAndType filter.
310310
311311_This example assumes the repository name is available as a CloudEvents
312- extension `{"github.repository":proposals"}`._
312+ extension `{"github.repository":" proposals"}`._
313313
314314Specified with the attributes filter :
315315
@@ -350,7 +350,7 @@ spec:
350350Cannot be specified with the SourceAndType filter or the attributes filter.
351351
352352_This example assumes the event data is the parseable equivalent of
353- ` {"user":{"id":"abc123"}` ._
353+ ` {"user":{"id":"abc123"}} ` ._
354354
355355` ` ` yaml
356356spec:
Original file line number Diff line number Diff line change @@ -68,4 +68,5 @@ additional repos in the release process.
6868## Source documents
6969
7070[ Proposal by Mark Fisher] ( https://docs.google.com/document/d/1w5Bd5kEiiMk7i7X0EUdy6PFbWUpwGTwep8I0N52esyM/edit# )
71+
7172[ Decision by eventing approvers] ( https://docs.google.com/spreadsheets/d/16aOhfRnkaGcQIOR5kiumld-GmrgGBIm9fppvAXx3mgc/edit? )
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ these situations.
4040### Dead Letter Sink
4141
4242Channels are responsible for forwarding received events to subscribers. When
43- they fail to do so, they are responsible for sending the failing events to an
43+ they fail to do so, they are responsible for sending the failing events to a
4444** dead letter sink** , potentially one per subscriber.
4545
4646Similarly Event Sources are responsible for sending events to a sink and when
47- they fail to do so, they are responsible for sending the failing events to an
47+ they fail to do so, they are responsible for sending the failing events to a
4848** dead letter sink** .
4949
5050The dead letter sink can be a channel but it does not have to.
You can’t perform that action at this time.
0 commit comments