The netflix tag refers to questions related to Netflix API and its use.
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 hystrixI've recently been doing a bit of web development so I've been thinking more about authentication and stuff. On Netflix …
authentication passwords password-protection netflixI am trying to implement hystrix for my application using hystrix-javanica. I have configured hystrix-configuration.properties as below hystrix.command.…
short-circuiting netflix hystrix circuit-breaker fail-fastI have a Netflix account and I have peeked under the hood at its video player running inside Google Chrome. …
javascript netflixI'm looking to implement a simple reverse proxy with Spring Boot that is: Easy to add routes Ability to add …
spring-boot spring-cloud netflix netflix-zuulI have a Spring Boot application (recently enabled it for HTTPS + self signed certificate) which is registered in Eureka and …
netflix netflix-eureka netflix-zuulI am writing an application and I want to implement circuit breaker pattern. This is the Hystrix Command class I …
java netflix hystrix circuit-breakerI have a Eureka server running on port 8761 (localhost:8761/eureka) and I have a Zuul application that I would like …
spring-cloud netflix netflix-eureka netflix-zuulWe were using the Hystrix functionality by directly extending the HystrixCommand class. But for some of the business exceptions, Hystrix's …
java hystrix netflix