kite icon indicating copy to clipboard operation
kite copied to clipboard

Spring-based library of components to improve application stability.

Results 5 kite issues
Sort by recently updated
recently updated
newest added

When one attempts to a GET on the schemaLocation for the Kite XSD at [http://zkybase.org/schema/kite/kite-1.0-a3.xsd](http://zkybase.org/schema/kite/kite-1.0-a3.xsd) - per the example in README.md, the result is an HTTP 302 Found with the...

Hei Willie, Glad I found your project. As I tried to use this lib in my project, I found that it was missing a simple configuration. I just modified the...

Currently the Kite CircuitBreaker allows the client to optionally specify a list of Exceptions that trip the circuit. If this list is specified then only these exceptions are considered. If...

Idea is that we want to separate client-induced exceptions (like rate limit exceptions, concurrency exceptions) from others so we can ensure that the circuit breaker doesn't trip on client exceptions.

We may want to limit requests to a specific time window. It may be for example that we want to ensure that expensive requests happen only during low-volume times.