You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the URL to go is http://localhost:9080/backendC/success
it fetches response as Hello World from backend A
Unable to know, the code that is routing to backend A Service..
as console says dev-app-1 | 2023-07-24T09:54:29.567Z INFO 205 --- [or-http-epoll-3] io.github.robwin.Application : 2023-07-24T09:54:29.567386638Z[Etc/UTC]: CircuitBreaker 'backendC' recorded a successful call. Elapsed time: 0 ms
Can you pl. point me to the code making this happen.
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 bebacked B
the
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 bebackend C
The text was updated successfully, but these errors were encountered: