Skip to content

Commit

Permalink
Transports are responsible for batching messages
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Neijenhuis <[email protected]>
  • Loading branch information
cneijenhuis committed Dec 6, 2018
1 parent 799852b commit 4497de7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ and processing, of the message. Data that is not intended for that purpose
should instead be placed within the event (the `data` attribute) itself.

Along with the definition of these attributes, there will also be
specifications of how to serialize the event in different formats and
transports (e.g. JSON and HTTP).
specifications of how to serialize the event in different formats (e.g. JSON)
and transports (e.g. HTTP, AMQP, Kafka).

Batching of multiple events into a single API call is natively supported by some
transports. To aid interoperability, it is left up to the transports if and how
batching is implemented.

### Non-Goals
The following will not be part of the specification:
Expand Down

0 comments on commit 4497de7

Please sign in to comment.