Top "Spring-cloud" questions

Spring Cloud provides tools to quickly build common patterns in distributed systems (e.g. configuration management, service discovery, circuit breaker, intelligent routing, micro-proxy, control bus, global locks, leadership election, distributed sessions).

Configuring hystrix command properties using application.yaml in Spring-Boot application

I am having same issue, where i am trying to override the hystrix properties in application.yaml. When I run …

spring-boot spring-cloud hystrix
Is there a compatibility matrix of Spring-boot and Spring-cloud?

I am wondering if a compatibility matrix exists between Springboot and Springcloud? I created a simple project on STS and …

spring spring-boot version compatibility spring-cloud
Eureka never unregisters a service

I'm currently facing an issue where Eureka does not unregister a registered service. I've pulled the Eureka server example straight …

spring-cloud netflix-eureka
@RefreshScope not working - Spring Boot

I am following the approach described here: https://github.com/jeroenbellen/blog-manage-and-reload-spring-properties, the only difference is that in my case, …

spring-boot spring-cloud spring-cloud-config
Zuul - Api Gateway Authentication

I want to introduce Zuul through Spring Cloud as an API Gateway in front of a few services. I have …

spring-cloud netflix-zuul
Cannot disable Spring Cloud Config via spring.cloud.config.enabled:false

Let me preface this by saying that I'm not using Spring Cloud Config directly, it is transitive via Spring Cloud …

spring spring-boot netflix spring-cloud hystrix
What is Eureka service, Eureka Client, Eureka instance and Eureka server

I'm learning spring cloud Netflix by reading this article, however I started to get confused by different terminology in this …

spring spring-cloud netflix-eureka
How to config multiple Eureka Servers from client in Spring Cloud

From the spring doc, I see we can have peer eureka server together, so for Eureka1, in application.yml, I …

spring-cloud netflix-eureka
Problems with Eureka server

I have a local eureka server and one client Eureka: server: port: 1111 eureka: instance: prefer-ip-address: true client: registerWithEureka: false fetchRegistry: …

java spring spring-cloud netflix-eureka
bean creation error when starting spring boot application

When i try to run my spring boot application i get this Exception: org.springframework.beans.factory.BeanCreationException: Error creating …

java spring maven spring-cloud openfeign