César Revert
César Revert
Hi, the `CircuitBreakersHealthIndicator` is defined as a `HealthIndicator` and it doesn't seem correct, because this indicator is composed with all the defined circuit breakers, each of them should be defined...
The problem is when an application acts as a proxy, we need to know how can be distinghised the errors side where were produced. We need this because of the...
**Please describe the feature request.** We are facing sometimes (not frequently) a discordance in the reported summaries values (`max`, `counter`, `total`), the problem is the `record` of the `StepDistributionSummary` does...
Using Spring boot with Circuit-breaker, the configuration can be defined using properties under the namespace `resilience4j.circuitbreaker`, but the ignore exceptions lambda cannot be defined using them, it will be great...
Redis repositories are based on `KeyValueRepository`, this interface defines `Iterable findAllById(Iterable ids)`, and the implementation defines a loop executing a `findById` per id (`SimpleKeyValueRepository`), but Redis could instead use the...
The description for live VT metrics is not accurate: https://github.com/micrometer-metrics/micrometer/blob/e4d5d00c4280de329fd9ad28e51574ffe30fb542/micrometer-java21/src/main/java/io/micrometer/java21/instrument/binder/jdk/VirtualThreadMetrics.java#L48 These metrics are based on `jdk.management.VirtualThreadSchedulerMXBean`: ``` /** * {@return an estimate of the number of virtual threads that are...