Michael Pollind
Michael Pollind
can you provide the logs from the editor?
> Any insight on why this is being removed? :) there just a lot of challenges with implementing it for the viewport in its current state. need to rework how...
Yes, I'll make some time to look at it either tomorrow or the day after.
@RajRohil do the other types work as expected? retry, circuitbreaker, ratelimiter, timetimelimiter. I haven't looked at the micrometer implementation. I'll have a look sometime during this week or next week.
there are some micronaut specific annoations are you using those: `io.github.resilience4j.micronaut.annotation`? there is a limitation with the annotation processor. there are some test cases to compare against: https://github.com/resilience4j/resilience4j/blob/master/resilience4j-micronaut/src/test/groovy/io/github/resilience4j/micronaut/circuitbreaker/CircuitBreakerRecoverySpec.groovy
its apart of the resilience4j-micronaut package. its under this namespace: `io.github.resilience4j.micronaut.annotation`. there is also this sample working project you can also look at: https://github.com/resilience4j/resilience4j-micronaut-demo do you have a demo of...
I don't see anything wrong, what version of micronaut are you running. I think this is configured from micronaut 2 last I worked on this. does Executable support exceptions like...
I'll try some things over the weekend, probably try and make a sample project and see If I can reproduce the issue. do you have a sample project that I...
@inndranil1210 one thought that occurred to me, did you double check your application.yml. Did you enable the ones you need? here is the one from the sample app: https://github.com/resilience4j/resilience4j-micronaut-demo/blob/master/src/main/resources/application.yml ```...
here is the test app I wrote. it seems to work correctly for me? ``` 21:43:39.100 [default-nioEventLoopGroup-1-2] DEBUG i.m.context.DefaultBeanContext - Found 1 beans for type [io.micronaut.inject.qualifiers.InterceptorBindingQualifier@3bebf05a io.micronaut.aop.Interceptor]: [BeanRegistration: io.github.resilience4j.micronaut.retry.RetryInterceptor@5c850065] 21:43:39.103...