logstash-plugins / logstash-input-sqs

Apache License 2.0
16 stars 40 forks source link

Fix: retry networking errors (with backoff) #57

Closed kares closed 3 years ago

kares commented 3 years ago

in case of networking errors such as a timeout or a (temporary) failure to resolve DNS names the plugin should retry

resolves #56 resolves #55