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
Hello,
I have a problem with my turbine aggregator :
I have Eureka Server which started on 7200 port.
I have also my war which is started on 7580 port. This war contains turbine annotation, cirtuitBreaker, dashboard and eurekaClient
When I run juste the war with eureka server, I'm able to see aggregated stream with turbine in localhot:7580/turbine.stream?cluster=MyService
The dashboard shows only one host because i have juste one (localhost:7580) and all stream are ok => it's correct
But when I launch a second war on a diffrent port, like 7480, I can't see the aggregation of this one and the dashboard show me already one host and not 2 hosts.
The localhot:7580/turbine.stream?cluster=MyService can't aggregate the stream localhot:7480/hystrix.stream.
Have you any idea to solve this problem please?
Thanks you.
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with my turbine aggregator :
I have Eureka Server which started on 7200 port.
I have also my war which is started on 7580 port. This war contains turbine annotation, cirtuitBreaker, dashboard and eurekaClient
When I run juste the war with eureka server, I'm able to see aggregated stream with turbine in localhot:7580/turbine.stream?cluster=MyService
The dashboard shows only one host because i have juste one (localhost:7580) and all stream are ok => it's correct
But when I launch a second war on a diffrent port, like 7480, I can't see the aggregation of this one and the dashboard show me already one host and not 2 hosts.
The localhot:7580/turbine.stream?cluster=MyService can't aggregate the stream localhot:7480/hystrix.stream.
Have you any idea to solve this problem please?
Thanks you.
The text was updated successfully, but these errors were encountered: