Top "Spring-cloud-netflix" questions

Spring-Cloud-Netflix provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

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
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
How to disable Eureka and Spring Cloud Config in a WebMvcTest?

I play with a simple Spring Boot application which registers itself in Eureka and uses spring cloud configuration to read …

spring-boot spring-test spring-cloud-netflix spring-cloud-config
Config server and eureka server in same application: tries to connect to localhost:8761

I have a spring-boot application which I use to setup a spring cloud config server and a eureka server in …

spring-boot spring-cloud-netflix spring-cloud-config
Changing default port of eureka server using spring cloud

I got to spring-boot application, an eureka server and an eureka client. Here is my server configuration server: port: 8761 spring: …

java spring spring-boot spring-cloud spring-cloud-netflix
Why WireMock says that the Request not matches? Spring cloud contract

Wiremock logs that the following request not matches: WireMock : Request was not matched: { "url" : "/api/accounts?username=defaultuser", "absoluteUrl" : "http://…

spring-boot spring-cloud spring-cloud-netflix wiremock spring-cloud-contract
Spring Cloud Feign Non blocking I/O or Asynchronous Call

I am developing microservices using Spring cloud platform where service1 calls multiple other micro services e.g. service2, service3, service 4 …

spring spring-cloud-netflix spring-cloud-feign
Spring cloud Feign OAuth2 request interceptor is not working

I am trying to create a simple REST client using spring cloud feign to consume a service which is secured …

spring-boot spring-security-oauth2 spring-cloud-netflix spring-cloud-feign
Authorization header not passed by ZuulProxy starting with Brixton.RC1

In switching from Spring Cloud Brixton.M5 to Brixton.RC1 my ZuulProxy no longer passes Authorization headers downstream to my …

java spring-cloud spring-security-oauth2 spring-cloud-netflix
Spring Cloud Zuul does not forward cookies

I am facing a problem with spring cloud Zuul proxy. I hace two microservices configured, up and running. I have …

cookies spring-boot netflix-zuul spring-cloud-netflix