Closed
Description
Overly large bulk request can threaten the stability of Elasticsearch. Hence we want to limit the size of a bulk request.
Although the need originally arose for bulk requests, the solution will apply to requests in general and not just bulk requests.
There will be two (configurable) limits:
- A limit on the size (in bytes) of an individual request
- A limit on the size (in bytes) of all requests that are currently in flight