kafka-connect-elasticsearch
kafka-connect-elasticsearch copied to clipboard
Support requests per second configuration options
I am running in a shared environment where the abstraction in terms of tasks, batch.size, etc is not enough to control the volume in my system. My system enforces a certain number of documents per second
We'd like to have the option to configure the sink connector to send n number of requests per second and to wait idle until that time has passed
What options do I have to accomplish this?