From b192a14bf2a053d97e684f4d941be0b10dd069e7 Mon Sep 17 00:00:00 2001 From: Lionel Montrieux Date: Wed, 26 Jun 2019 20:42:40 +0200 Subject: [PATCH 1/2] Update nakadi-event-bus-api.yaml Max event size is configurable by admins. --- docs/_data/nakadi-event-bus-api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_data/nakadi-event-bus-api.yaml b/docs/_data/nakadi-event-bus-api.yaml index d10d221503..e4676d93ce 100644 --- a/docs/_data/nakadi-event-bus-api.yaml +++ b/docs/_data/nakadi-event-bus-api.yaml @@ -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 @@ -828,7 +828,7 @@ paths: The flow id of the request, which is written into the logs and passed to called services. Helpful for operational troubleshooting and log analysis. type: string - - name: cursors + - name: cursors/ in: body description: | GET with payload. From 998b08172ad36b9dfa3f32d3bd18a3a751b65d5e Mon Sep 17 00:00:00 2001 From: Lionel Montrieux Date: Thu, 27 Jun 2019 10:16:07 +0200 Subject: [PATCH 2/2] revert change Shouldn't have updated this --- docs/_data/nakadi-event-bus-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_data/nakadi-event-bus-api.yaml b/docs/_data/nakadi-event-bus-api.yaml index e4676d93ce..9b3daf71cb 100644 --- a/docs/_data/nakadi-event-bus-api.yaml +++ b/docs/_data/nakadi-event-bus-api.yaml @@ -828,7 +828,7 @@ paths: The flow id of the request, which is written into the logs and passed to called services. Helpful for operational troubleshooting and log analysis. type: string - - name: cursors/ + - name: cursors in: body description: | GET with payload.