https://github.com/resilience4j/resilience4j-spring-boot3-demo/blob/master/src/main/java/io/github/robwin/service/BackendBService.java has 1 message that say `backend A `while it may need to be `backed B` the ``` @Override public CompletableFuture<String> futureTimeout() { Try.run(() -> Thread.sleep(5000)); return CompletableFuture.completedFuture("Hello World from` backend A"`); } ``` https://github.com/resilience4j/resilience4j-spring-boot3-demo/blob/master/src/main/java/io/github/robwin/service/BackendCService.java has 7 messages that say `backend A `while it may need to be `backend C`
https://github.com/resilience4j/resilience4j-spring-boot3-demo/blob/master/src/main/java/io/github/robwin/service/BackendBService.java
has 1 message that say
backend Awhile it may need to bebacked Bthe
https://github.com/resilience4j/resilience4j-spring-boot3-demo/blob/master/src/main/java/io/github/robwin/service/BackendCService.java
has 7 messages that say
backend Awhile it may need to bebackend C