Open
Description
What kind an issue is this?
- Feature Request.
Feature description
I am running a scenario that i have a big a dataset that i want to index into elastic, but i can't controll the index rate without changes the number of partitions of the dataset(that mean lower/higher parallel writing).
I know there is bulk size and bulk entries but it just adjust the bulking.
what im suggest is to add a configurable es.batch.write.wait, and that is the time in ms that it`ll wait between each bulk.
This configuration should help to adjust too fast index rate without chaning the dataset itself.
What do you think, it will be helpful for other users? because this feature will be great at our usecase.