@@ -459,16 +459,16 @@ on the definition of OPTIONAL.
459459 the name of the newly created blob is carried in ` subject ` :
460460 - ` source ` : ` https://example.com/storage/tenant/container `
461461 - ` subject ` : ` mynewfile.jpg `
462- - A subscriber might register interest for when new updates are made to a client
463- in an eCommerce system. In this case, the event ` source ` identifies the
464- subscription scope (CRM part of an eCommerce system), the ` type ` identifies
465- the "client updated" event, and the ` id ` uniquely identifies the event
466- instance to distinguish separate occurrences of a same client being
467- updated multiple times; the ` subject ` uniquely identifies the client within
468- the scope of the ` source ` by including a "partner id" and "client id"
462+ - A subscriber might register interest for when new updates are made to a
463+ client in an eCommerce system. In this case, the event ` source ` identifies
464+ the subscription scope (CRM part of an eCommerce system), the ` type `
465+ identifies the "client updated" event, and the ` id ` uniquely identifies
466+ the event instance to distinguish separate occurrences of a same client
467+ being updated multiple times; the ` subject ` uniquely identifies the client
468+ within the scope of the ` source ` by including a "partner id" and "client id"
469469 (which is unique within the scope of the "partner id") separated by a colon:
470470 - ` source ` : ` https://example.com/eCommerce/crm `
471- - ` subject ` : ` partnerid/5/ clientid/100 `
471+ - ` subject ` : ` partnerid/5: clientid/100 `
472472
473473#### time
474474
@@ -567,11 +567,11 @@ compliance with these size constraints:
567567- Intermediaries MUST forward events of a size of 64 KiB or less.
568568- Consumers SHOULD accept events of a size of at least 64 KiB.
569569
570- In effect, these rules will allow producers to publish events up to 64 KiB in size
571- safely. Safely here means that it is generally reasonable to expect the event to
572- be accepted and retransmitted by all intermediaries. It is in any particular
573- consumer's control, whether it wants to accept or reject events of that size due
574- to local considerations.
570+ In effect, these rules will allow producers to publish events up to 64 KiB in
571+ size safely. Safely here means that it is generally reasonable to expect the
572+ event to be accepted and retransmitted by all intermediaries. It is in any
573+ particular consumer's control, whether it wants to accept or reject events of
574+ that size due to local considerations.
575575
576576Generally, CloudEvents publishers SHOULD keep events compact by avoiding
577577embedding large data items into event payloads and rather use the event payload
0 commit comments