Tom Deering

Results 5 issues of Tom Deering

It looks like `$recursiveRef` does not correctly resolve to a `$recursiveAnchor` with Draft 2019-09. Consider the 2019 metaschema with its vocabulary references inlined into the schema (the recommended way using...

Consider the following schema: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "default_schema", "description": "Default Description", "properties": { "tags": { "type": "array", "items": [ { "type": "string" } ] } }...

bug

Today, a server can check the `Timeout()` on the `FContext` it receives in order to estimate how much time is left to serve the request. However, this can be a...

For example, one might wish to retry a command when the circuit breaker is open instead of returning an error.

The main Hystrix project has a nifty [Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard) that tracks and displays metrics. It would be nice to be able to integrate with that.

enhancement