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).
I am using Spring Cloud Stream, with RabbitMQ binder. It works great with byte[] payload and Java native serialization, but …
json spring-cloud spring-rabbit spring-cloud-streamIn the GatewayFilter, I am trying to inject a header into the request like below. @Override public Mono<Void&…
spring-cloud spring-cloud-gatewayI noticed Spring-Cloud ZUUL forces the execution isolation to SEMAPHORE instead of the THREAD defaults (as recommended by Netflix). A …
spring-cloud netflix-zuulI want to implement custom filters for my Zuul proxy. Now, I know there has been a lot of talking …
spring spring-cloud netflix netflix-eureka netflix-zuulI'm having a real tough time with this one. We want to use Spring Cloud Consul for service discovery and …
spring spring-cloudI have a question regarding the priority of environment variables when working with spring cloud config server In my service …
java spring spring-boot spring-cloud spring-cloud-configAs per the README here , I am using the following configuration to pass x-vcap-request-id and x-vcap-group-id from one application to …
spring spring-cloud spring-cloud-sleuthBuilding an endpoint and client with Spring MVC and Feign Client (with spring cloud). I had the thought that since …
spring-cloud netflix-feignI'm giving a try to Spring Cloud and Spring Boot. It uses Netflix OSS Applications, among them there are Ribbon …
spring-boot spring-cloud hystrix netflix netflix-ribbonI'd like to use a feign client from a PropertySourceLocator which has to be registered during bootstrap. I have the …
spring-cloud netflix-feign