Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate multi hosts failed #121

Open
hamza-elyaaqoubi opened this issue Jun 21, 2017 · 2 comments
Open

Aggregate multi hosts failed #121

hamza-elyaaqoubi opened this issue Jun 21, 2017 · 2 comments

Comments

@hamza-elyaaqoubi
Copy link

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.

@hamza-elyaaqoubi
Copy link
Author

@benjchristensen any help please?

@tjuchniewicz
Copy link

Try:

instanceInsertPort: false
combineHostPort: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants