Graeme Rocher
Graeme Rocher
-1 from me unless it can be made compatible with the upcoming Java 9 native client http://download.java.net/java/jdk9/docs/api/java/net/http/HttpClient.html
How about some kind of `@DependsOn` annotation help here that would ensure that a bean is both created and destroyed prior to a dependent bean? Like: ```java @DependsOn(BazDaoImpl.class) interface FooKafkaProducer...
For me this seems to be the logical approach but it others disagree would love to hear why
@dstepanov can you take a look if the performance overhead of the instrumentation is causing issues
yeah the tests don't see to reflect the behaviour you are interested in. Not saying this is not an issue since it is, but also if the use case is...
It is also unclear to me why this is a problem. Seems to be working exactly as designed
So this seems like an enhancement request whereby you want to specify to the circuit breaker which exceptions should be excluded from being rethrown.
perhaps this should be a compilation error
Seems a reasonable thing to want to configure
Can you provide an example that reproduces the issue please?