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 have a requirement for my microservices to utilize two way ssl. Each microservice is a Spring Boot Application, annotated …
spring docker spring-cloud netflix-eureka netflix-ribbonI'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-netflixWe are transitioning from GitHub to AWS CodeCommit to have a tightly integrated environment. One need is to access one …
git amazon-web-services spring-cloud aws-codecommitI have a Spring Boot app that I'm updating to 1.5.1. It works great, until I add Sleuth and Zipkin to …
spring-boot spring-cloud zipkin spring-cloud-sleuthI have created a ClientHttpRequestInterceptor that I use to intercept all outgoing RestTemplate requests and responses. I would like to …
java maven spring-cloud netflix-feignI'm configuring a Spring Cloud (Angel.SR6) application using the Zuul reverse proxy utility, in order to hide the internal …
spring-security spring-boot spring-cloud netflix-zuul keycloakI am very new to the concept of Spring Cloud and Spring external configurations, in fact started yesterday itself. I …
spring-boot spring-cloud spring-cloud-netflix spring-cloud-configI wanted to test Spring Cloud Vault configuration. I installed a Vault server locally and when i try to write …
spring spring-cloud hashicorp-vault spring-cloud-vault-configSo I've spent a good day trying to figure this out and it's been quite difficult. So the issue is …
spring spring-cloud netflix-eureka wiremock spring-cloud-feignSince Spring Cloud team has abandoned development of Zuul module, we are moving to Spring Cloud Gateway or Zuul2 but …
java spring spring-boot spring-cloud spring-cloud-gateway