Top "Spring-cloud-feign" questions

Use this tag for question related to the use of Feign declarative REST client inside the spring cloud ecosystem.

Adding OkHttp custom interceptor to Feign client

I'm having problems to set up a global OkHttp interceptor for my @FeignClient beans. I'm not experiencing any error, but …

java rest spring-cloud spring-cloud-feign feign
spring boot application failed to autowired feign client

created a sample project of spring boot application to understand the feign client functionality, when run it gives below error. …

spring-boot spring-cloud-netflix spring-cloud-feign feign
Hystrix & Ribbon Timeout Warnings

Environment Spring Boot 1.5.13.RELEASE Spring Cloud Edgware.SR3 Compiled with Java version "1.8.0_172-ea",Java(TM) SE Runtime Environment (build 1.8.0_172-ea-b03) …

spring-cloud spring-cloud-netflix hystrix spring-cloud-feign netflix-ribbon
Feign Client Error Handling

I am using Feign Client, I have a Location service. So I created a client for my LocationService using FeignClient. @…

spring-boot spring-cloud-feign
Reactive support for feign cleint

I am planning to refactor my microservice from blocking implementation to reactive API using spring webflux. I have few doubts: 1) …

spring microservices spring-cloud spring-webflux spring-cloud-feign
How to Cache HTTP Requests made with Netflix's Feign library in a Java Spring app

In a spring boot application using Netflix's Feign to make HTTP requests to a service, is there an easy way …

spring caching netflix-feign spring-cloud-netflix spring-cloud-feign
Spring Cloud | Feign Hytrix | First Call Timeout

I have a service that has uses 3 feign clients. Each time I start my application, I get a TimeoutException on …

spring-cloud hystrix spring-cloud-feign
Spring Cloud Feign Client @RequestParam with List parameter creates a wrong request

I have a Spring Clound Feign Client mapping defined as following @RequestMapping(method = RequestMethod.GET, value = "/search/findByIdIn") Resources<…

spring-cloud spring-cloud-netflix netflix-feign spring-cloud-feign feign
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