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.

Setting Hystrix timeout with environment variable

In order to change Hystrix's default request timeout (1000ms), one must set the following property : hystrix.command.default.execution.isolation.…

spring-cloud hystrix spring-cloud-netflix
what is the difference between netflix zuul server and netflix eureka server?

i have created two java spring-boot micro services they are 1) producer 2) consumer and i have used spring eureka server for …

spring-boot microservices spring-cloud spring-cloud-netflix
When to configure zuul routes

I am new to spring cloud and going through some examples and material available online to make myself comfortable. However, …

spring-boot netflix-zuul netflix-eureka spring-cloud-netflix
how to create multiple instances of eureka services registered into eureka service registry?

I have created eureka service registry and registered services into that. Currently only one instance of a service is running. …

spring-cloud-netflix
spring boot application failed to autowired feign client

created a sample project of spring boot application to understand the feign client functionality, when run it gives below error. …

spring-boot spring-cloud-netflix spring-cloud-feign feign
Hystrix & Ribbon Timeout Warnings

Environment Spring Boot 1.5.13.RELEASE Spring Cloud Edgware.SR3 Compiled with Java version "1.8.0_172-ea",Java(TM) SE Runtime Environment (build 1.8.0_172-ea-b03) …

spring-cloud spring-cloud-netflix hystrix spring-cloud-feign netflix-ribbon
How to Specify custom filter in application.yml Spring Cloud Gateway

I have a custom gateway filter MYGatewayFilter.java file now i want to use this gateway filter with my route …

java spring spring-boot spring-cloud-netflix api-gateway
Get headers feign netflix

I'm using netflix feign to communicate microservices. So my Microservice A has an operation 'OperationA' which is consumed by the …

java web-services spring-cloud-netflix netflix-feign
Ribbon with Spring Cloud and Eureka java.lang.IllegalStateException: No instances available for localhost

I am using <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</…

spring-cloud spring-cloud-netflix netflix-ribbon