Closed Raz0r closed 4 weeks ago
Hey @davidradl thanks, didn't know about existing AsyncRetryStrategies
, I will need some time to figure out how to use it correctly with making IOException bubble up.
@Raz0r See https://github.com/getindata/flink-http-connector/pull/94. As part of introducing caching there is a max-retries option that can be used
Closing this in favor of https://github.com/getindata/flink-http-connector/pull/129 and https://github.com/getindata/flink-http-connector/pull/120
Description
Lookup queries are now retried in case of IOException up to
gid.connector.http.source.lookup.max-retries
with a delay ofgid.connector.http.source.lookup.request.retry-timeout-ms
between retries. The default values are 3 retries and 1 second delay.Resolves https://github.com/getindata/flink-http-connector/issues/66
PR Checklist