resilience4j / resilience4j-spring-boot2-demo

A Spring Boot 2 demo which shows how to use the Resilience4j Spring Boot 2 Starter
Apache License 2.0
254 stars 190 forks source link

Not able to fetch data from some endpoints #55

Closed kavinkumarc closed 3 years ago

kavinkumarc commented 3 years ago

http://localhost:9080/actuator/ works well for me. But ""http://localhost:9080/actuator/hystrixstreamcircuitbreakerevents" is not returning any data. It is just loading for long time. I have attached the images also

Screenshot 2021-05-10 at 2 01 00 PM Screenshot 2021-05-10 at 2 01 18 PM
RobWin commented 3 years ago

It's an Server-Sent Events (SSE) endpoint, you have to generate some data by invoking some endpoints /backendA/success