I am working on Spring Boot v2.2.6.RELEASE + Eureka + Hystrix and Turbine. Before posting this question I went through many links like:
Spr
I was able to solve this using below changes -
I had to remove management.endpoints.web.base-path=/
from fastpass-console
and tollrate-billboard
.
Now when I hit: http://localhost:8085/turbine.stream?cluster=TOLLRATE-BILLBOARD
, I am getting details here -
Now when I hit: **http://localhost:8085/turbine.stream?cluster=FASTPASS-CONSOLE**
, I am getting details here -