kafka-connect-elasticsearch icon indicating copy to clipboard operation
kafka-connect-elasticsearch copied to clipboard

Support requests per second configuration options

Open yeikel opened this issue 2 years ago • 0 comments

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?

yeikel avatar Dec 01 '23 16:12 yeikel