snowplow / iglu-scala-client

Scala client for Iglu schema registry
https://github.com/snowplow/iglu/wiki
Apache License 2.0
5 stars 13 forks source link

Backport Http4s retry policy to series/1.x #250

Closed colmsnowplow closed 1 year ago

colmsnowplow commented 1 year ago

We added a retry policy to Http4s in the latest branch:

Http4s client should implement a retry policy (#246)

We need to backport it to the legacy series/1.x branch, to mitigate issues.

colmsnowplow commented 1 year ago

This was merged and released into 1.5.0: https://github.com/snowplow/iglu-scala-client/pull/251

I forgot that the issue needed to be manually closed.