com.snowplowanalytics.iglu.client.resolver
Caches and returns the given schema.
Caches and returns the given schema. If new value is a failure, but cached is success - return cached value in order to avoid invalidating entity due registry outage If new value is a failure, but cached is success - update TTL in order to avoid flooding poorly behaving registry Also responsible for combining failures
iglu URI that has been requested
response from registries, either failure details or schema
the same result or cached one if it was more appropriate