Top "Spring-cloud-netflix" questions

Spring-Cloud-Netflix provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

How to eliminate the "Eureka may be incorrectly claiming instances are up when they're not" warning on Eureka Dashboard?

How to eliminate the following message on Eureka server dashboard? Will it cause any issue to my services? EMERGENCY! EUREKA …

java spring spring-cloud netflix-eureka spring-cloud-netflix
feign.RetryableException: Connection refused (Connection refused) executing POST

I am using spring cloud to configure microservices. I used Jhipster to generate the application. I have three applications JHipster-Registry, …

jhipster spring-cloud spring-cloud-netflix jhipster-registry
Unable to get /hystrix.stream in Spring Cloud

I have created a microservice with following dependencies of Spring cloud version Camden.SR2. Spring Boot 1.4.1. http://localhost:8080/hystrix.stream …

spring-cloud hystrix spring-cloud-netflix
List final list of properties - Spring Cloud Config Server

Spring Cloud Config Server accepts multiple profile and returns the properties for all the profiles when I access the /env …

spring-boot spring-cloud-netflix spring-cloud-config
How to Cache HTTP Requests made with Netflix's Feign library in a Java Spring app

In a spring boot application using Netflix's Feign to make HTTP requests to a service, is there an easy way …

spring caching netflix-feign spring-cloud-netflix spring-cloud-feign
Spring Cloud Feign Client @RequestParam with List parameter creates a wrong request

I have a Spring Clound Feign Client mapping defined as following @RequestMapping(method = RequestMethod.GET, value = "/search/findByIdIn") Resources<…

spring-cloud spring-cloud-netflix netflix-feign spring-cloud-feign feign
Spring-Cloud Hystrix (fallback method wasn't found)

I'm trying to use hyst however when calling the save method, which makes a post with resttemplate, gives the following …

hystrix spring-cloud-netflix
How to set custom max connection pool size in @feignclient configuration in spring

How to set custom max connection pool size in @feignclient configuration in spring , @FeignClient(name = "content-cms", configuration = ContentCmsServiceFeignConfig.class) public …

java spring-cloud spring-cloud-netflix netflix-feign feign
Spring Cloud Zuul: Apply filter only to specific route

I'm using Spring Cloud's Zuul to proxy some API requests to a few external servers. The proxying itself works well, …

java spring spring-cloud netflix-zuul spring-cloud-netflix
Spring Cloud Netflix vs Kubernetes

I am trying to finally choose between Spring Cloud Netflix, Kubernetes and Swarm for building our microservices environment. They are …

kubernetes microservices docker-swarm netflix-zuul spring-cloud-netflix