Bruno Barin
Bruno Barin
As @gdsoumya mentioned, changed to UUID will solve but breaks the auditing, which is very important. I would rather base64 the username to circumvent this issue.
We have been using Litmus 2.X at iFood for a couple of months, replacing chaostoolkit as it provides a wider range of experiments out-of-the-box. We've started using it to validate...
> Resilience4j version: 1.4.0 > > Java version: 1.8.0_65 > > I am using resiliance4j circuit breaker with spring boot. in the actuator health point metrics, I am seeing some...
More info on this. It seems related to the code block below: `private float getFailureRate(Snapshot snapshot) { int bufferedCalls = snapshot.getTotalNumberOfCalls(); if (bufferedCalls == 0 || bufferedCalls < minimumNumberOfCalls) {...
I've already looked at that project, but would like to have a single server providing the two connection options. Also, that project auto-generates REST endpoints which is not as nice...
I'm also facing the same problem. I copied some of the classes from quasar direct to my project and skip the use of the annotation FiberSpringBootApplication. It goes a bit...
anyone managed to circumvent this problem? it works with spring-boot:run but fails while running regular java -jar.....
Hey just to let anyone who is interested in this subject know. It turns out that spring boot uses a different classloader when packaged via its maven plugin. So I...
I wouldn't classify it as a bug as the documentation clearly shows that only `docker` runtime is supported for now.