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

config several clusters, but only one cluster can work #114

Open
myf008 opened this issue Sep 22, 2016 · 1 comment
Open

config several clusters, but only one cluster can work #114

myf008 opened this issue Sep 22, 2016 · 1 comment

Comments

@myf008
Copy link

myf008 commented Sep 22, 2016

I use turbine-web-1.0.0.war to monit hystrix, and i found that i config several clusters, but only one cluster can work, the config.properties like this :

turbine.aggregator.clusterConfig=aaa,bbb turbine.ConfigPropertyBasedDiscovery.aaa.instances=host1,host2 turbine.instanceUrlSuffix.aaa=:3000/hystrix.stream turbine.ConfigPropertyBasedDiscovery.bbb.instances=host3,host4 turbine.instanceUrlSuffix.bbb=:4000/hystrix.stream

when i request http://localhost:8140/turbine/turbine.stream?cluster=aaa, i can get data, but when i request cluster=bbb, there is no data return, then i modify the config file to turbine.aggregator.clusterConfig=bbb,aaa , the result is cluster bbb can work but cluster aaa cannot work, it seems that only the first cluster in the config file can work ,i don't know why?

@mahesh031
Copy link

mahesh031 commented Mar 15, 2019

facing the same issue, are you able to resolve this issue?

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