Closed
Description
Currently there is no possibility to set the size of the single requests that are sent to the cluster when scrolling through all records (see #2023), the current code always uses the max number of 10.000.
It should be possible to set this for a single query or as global value in the configuration.
Imperative code does not have this problem, here the page size is used as there is a dedicated scroll method. Reactive code automatically switches to scroll from normal find when there is no page size or limit set.