Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1076 from zalando/lmontrieux-patch-1
Browse files Browse the repository at this point in the history
Update nakadi-event-bus-api.yaml
  • Loading branch information
Lionel Montrieux authored Sep 10, 2019
2 parents 36b0756 + 998b081 commit fb39c77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_data/nakadi-event-bus-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ paths:
is **rejected** in the first case of failure. If the offending validation rule provides
information about the violation it will be included in the `BatchItemResponse`. If the
`EventType` defines schema validation it will be performed at this moment. The size of each
Event will also be validated. The maximum size per Event is 999,000 bytes. We use the batch
input to measure the size of events, so unnecessary spaces, tabs, and carriage returns will
count towards the event size.
Event will also be validated. The maximum size per Event is configured by the adminitrator.
We use the batch input to measure the size of events, so unnecessary spaces, tabs, and
carriage returns will count towards the event size.
1. Once the validation succeeded, the content of the Event is updated according to the
enrichment rules in the order the rules are defined in the `EventType`. No preexisting
Expand Down

0 comments on commit fb39c77

Please sign in to comment.