From 0ddb7ed1f124ff4a0534e1b7bb252a1935250b2e Mon Sep 17 00:00:00 2001 From: dsorokin Date: Fri, 12 Jan 2018 08:41:59 +0100 Subject: [PATCH] ARUHA-1442 Add documentation about batch_flush_timeout --- docs/_data/nakadi-event-bus-api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_data/nakadi-event-bus-api.yaml b/docs/_data/nakadi-event-bus-api.yaml index 28c5be3c16..05e5a20ef3 100644 --- a/docs/_data/nakadi-event-bus-api.yaml +++ b/docs/_data/nakadi-event-bus-api.yaml @@ -2667,6 +2667,8 @@ parameters: is reached, the messages are immediately flushed to the client and batch flush timer is reset. * If 0 or undefined, will assume 30 seconds. + + * Value is treated as a recommendation. Nakadi may flush chunks with a smaller timeout. type: number format: int32 required: false