Top "Spring-cloud" questions

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).

FeignClient With Client Certificate And Docker

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-ribbon
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
AWS CodeCommit HTTPS access without setting up credential helper

We 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-codecommit
app fails to start when sleuth and zipkin are added

I 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-sleuth
Spring Cloud Feign Interceptor

I have created a ClientHttpRequestInterceptor that I use to intercept all outgoing RestTemplate requests and responses. I would like to …

java maven spring-cloud netflix-feign
Zuul reverse proxy with Keycloak server

I'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 keycloak
Spring cloud config client properties are not getting resolved

I 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-config
Vault error while writing

I 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-config
Testing using Wiremock to test a Feign Client

So 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-feign
Spring Cloud Gateway or Zuul2, Which one is the right replacement for Zuul1?

Since 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