You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to be able to configure a polling interval for the s3 Kafka Connect source so we can reduce AWS i/o charges incurred by frequent polling.
What was observed?
There is no way to configure the polling interval. I'm not sure what the default is, but it's very frequent and causing high AWS bills in our development environments.
The text was updated successfully, but these errors were encountered:
@stheppi Backoff would be nice to have. I could see that being useful in prod configurations too.
However, the main issue we'd like to address is our dev environment costs. Currently it's about $300 USD per day to keep a few s3 connectors active because they poll every 40ms or so. If we could configure that to poll every 60s, it would cut our bills dramatically.
What is the expected behaviour?
We'd like to be able to configure a polling interval for the s3 Kafka Connect source so we can reduce AWS i/o charges incurred by frequent polling.
What was observed?
There is no way to configure the polling interval. I'm not sure what the default is, but it's very frequent and causing high AWS bills in our development environments.
The text was updated successfully, but these errors were encountered: