Plugin SDK: make read backoff delay in source configurable
Open
feature
- Dominant language
- Go
- Stars
- 610
- Forks
- 63
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 57
Description
### Feature description
When a source plugin has no record to return it can choose to return `ErrBackoffRetry` and the plugin SDK will make sure to retry again at a later point in time. Currently, the delay is hardcoded to start at 100ms and increase to 5s. We should make these values configurable.
Contributor guide
Assessment
This issue has not been assessed yet.