Using Hystrix Stream in Zuul with Eureka First to find Config server
问题 I'm using spring cloud Brixton.M4 with spring boot 1.3.1 I have zuul server with <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix-hystrix-stream</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-rabbit</artifactId> </dependency> and i'm using Eureka first to find Config-Server so bootstrap looks like spring: profiles: dev cloud: config: fail-fast: true discovery: enabled: true