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

Using Eureka as a registry using REST APIs

We have been using Eureka with our Spring Boot applications for few months now. We have enabled service lookup between …

java spring rest spring-cloud netflix-eureka
Spring Cloud Gateway - Proxy/Forward the entire sub part of URL

I am using Spring Cloud Gateway 2.0.0.M6 testing a simple gateway. I just want a URL to be forwarded to …

spring spring-boot spring-cloud spring-cloud-gateway
How to POST form-url-encoded data with Spring Cloud Feign

Using spring-mvc annotations, how can I define an @FeignClient that can POST form-url-encoded?

spring-mvc spring-cloud spring-cloud-feign feign
How to consume basic-authentication protected Restful web service via feign client

Thank you for your time. To make it simple, I created a example service like below: @RestController @RequestMapping("/") public class …

spring-security spring-cloud spring-cloud-netflix
Spring Cloud or Spring Boot? what is right spring project for developing Biz API's?

We are trying to build a new Business API layer in between UI and applications/services. Which project in spring …

spring-boot spring-cloud
Using Spring Boot, how do I see debug info for Zuul?

I am trying to use Zuul within my Spring Boot project. application.properties server.context-path=/${spring.application.name} zuul.routes.…

spring spring-boot spring-cloud netflix-zuul
Is there a way to use Spring Cloud {cipher} in Spring Boot application config?

I have a Spring Boot app that is using Spring Cloud Config but I would like to encrypt the Spring …

spring-boot spring-cloud
How to Set Request Headers Using a Feign Client?

We are developing a suite of Microservices using Spring Cloud framework and one of the the things that we need …

spring-mvc spring-cloud microservices netflix-feign spring-cloud-netflix
spring cloud stream 'bindingService' error

I am trying to implement Turbine AMQP to consolidate all the stream from multiple services to Hystrix Dashboard. So I …

spring-boot spring-cloud hystrix turbine spring-cloud-stream
Adding Headers to Zuul when re-directing

I am trying to use Zuul to redirect calls to a downstream system somewhere else. In the re-direct, I need …

java spring-boot spring-cloud netflix-zuul