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

Spring Cloud Config Client Without Spring Boot

We have an existing spring web app deployed as a WAR file into Amazon Elastic Beanstalk. Currently we load properties …

spring spring-cloud
Spring Cloud : Zuul throwing "Load balancer does not have available server for client"

I am trying to get a simple microservice to register to the Eureka Server and then have Zuul proxy to …

spring-boot spring-cloud netflix-zuul netflix-eureka
Spring Cloud: How to use Feign without Ribbon

I would like to use Feign without client-side loadbalancer Ribbon because I don't want to run Eureka, which would need …

java spring spring-cloud netflix-feign
How to Secure Spring Cloud Config Server

I understand that a Spring Cloud Config Server can be protected using an user name and password , which has to …

spring spring-cloud
Spring Security Preauthorization Filter On Zuul To Establish and Share Session

I'm on a dev team working on a large scale project that uses Spring-based microservices. We've recently discovered the Spring …

spring spring-security spring-cloud spring-session netflix-zuul
Spring Cloud Config Eureka-first approach not working

I'm developing a Spring Cloud Eureka microservices application. I want my services to connect to the config service via an …

spring spring-boot spring-cloud microservices netflix-eureka
SpringBoot FeignClient Method has too many paramters

im using spring-cloud's feignClient and things go wrong when there is more than one Beans paramters in my interface,error …

spring spring-cloud spring-cloud-feign
Spring cloud: Ribbon and HTTPS

We want to use HTTPS for our microservices communication based on Feign and Ribbon. The services are based on spring …

spring spring-boot spring-cloud
Spring Cloud - Registry Service port customization

I'd like to customize the Eureka port with Spring Cloud. With the default port below, the services registry sees itself …

spring-cloud netflix-eureka
Spring cloud, config server can not start, how to config uri for git

I am pretty interested in spring cloud project and now I am testing it, but blocked immediately. In POM: I …

git spring-cloud spring-cloud-config