Ladislav Thon

Results 347 comments of Ladislav Thon

I had to debug the bean discovery process to figure out why does `MyJob` even become a bean -- it turns out we [treat](https://github.com/quarkusio/quarkus/blob/main/extensions/smallrye-fault-tolerance/deployment/src/main/java/io/quarkus/smallrye/faulttolerance/deployment/SmallRyeFaultToleranceProcessor.java#L159) fault tolerance annotations as bean defining...

Actually it isn't simply because it implements `Job` -- it implements `Job` _and_ requires container services (in this case, declares an injection point). I had no idea we have this,...

Draft because this is very much work in progress. Sharing to maybe get some initial feedback. If this is considered to be too niche for core Quarkus, I'd be fine...

The algorithm is a simplified version of https://github.com/Netflix/concurrency-limits/blob/master/concurrency-limits-core/src/main/java/com/netflix/concurrency/limits/limit/VegasLimit.java, I think there's a link in the javadoc already. > Then, we have a connection limiter in Quarkus already, should we deprecate...

I don't think we discussed this particular situation, or at least I don't remember it (and my memory is not as good as Clement might think...), and the MP RestClient...

I can't reproduce. This seems to work both on Quarkus 3.7.2 and on current 999-SNAPSHOT.

When I was trying to reproduce, I of course tried to inject the sub-interface into a class. It worked flawlessly.