Spring Cloud Openfeign Load balancer does not contain an instance for the service [EKS environment]

Hi, I have few services deployed in EKS and some of them have issues to be reached.I have this exception:2022-06-01 11:2...

Spring Cloud Openfeign The fallback doesn't work

Hi,In my application, the fallback doen't workFeignClientBuilder.Builder<RemoteDynamicServiceNameApiService> build...

Spring Cloud Openfeign More friendly hints in dynamic URL

Is your feature request related to a problem? Please describe.spring-cloud-openfeign-core:2.2.5.RELEASEWhen I use a dyna...

Spring Cloud Openfeign Configuration to use only specific interceptors

Hi everyone.In my application, I use configurations of rest clients like this@FeignClient(value = "TestClient", url = "$...

Spring Cloud Openfeign Feign uses POST to request local service loss parameters

Version 2.2.2 is used in springboot. After springboot is started, send a post request through feignclient, and the local...

Spring Cloud Openfeign about FeignClient fallback attr

codefeignClient@FeignClient(name = "loc", url = "localhost:7777"// , fallbackFactory = FegBac...

Spring Cloud Openfeign service-id.ribbon.listOfServers is ineffective in springcloud 2020.0.0

in dev environment, how to assign url for feign client in application.yamllike old version case:-Dservice-user.ribbon....

Spring Cloud Openfeign Support for Enqueue

Using OkHttpClient, I can enqueue requests, which schedules the request to be executed at some point in the future.okhtt...

Spring Cloud Openfeign Feign FallbackFactory not working with Integration Test

Describe the bugHi, I am using feign fallback factory to test circuit breaker and fallbacks. integration tests don't see...

Spring Cloud Openfeign spring cloud 2021.0.2 openfeign RequestInterceptor sets the request header and loses some strings

test codecloud-demo-2.zipspring cloud 2020.0.5 spring boot 2.5.13 openfeign everything is normal2022-05-08 13:58:41.706...

Spring Cloud Openfeign After using reflection, calling feign again will fail

clazz = Class.forName("com.zg101.zane.cooperation.service.impl.openApi.OpenDealerServiceImpl"); Object o=...

Spring Cloud Openfeign FeignCircuitBreakerInvocationHandler removes RequestAttributes from main invoking context

FeignCircuitBreakerInvocationHandler removes RequestAttributes and makes it null in invoking context.Bug exists at least...

Spring Cloud Openfeign Clarification between feign_Feign.* and feign_Client.* prometheus metrics

I wanted to generate Prometheus metrics for Feign clients and saw that @jonatan-ivanov had merged support for this in ht...

Spring Cloud Openfeign Thrown exceptions in FallbackFactory are wrapped with IllegalStateException

Reproducable with: Kotlin and JavaJava version: 11Spring Boot version: 2.6.3Spring Cloud version: 2021.0.0Client: OpenFe...

Spring Cloud Openfeign where can I find feign with Spring version correspondence

Comment From: OlgaMaciaszekHello, @WuZhiMing2. SC OpenFeign 3.1.1 is part of Spring Cloud 2021.0.1, compatible with Spri...

Spring Cloud Openfeign FULL logging is too verbose

Is your feature request related to a problem? Please describe.Apologies if this is lack of understanding on my part. It ...

Spring Cloud Openfeign Dependency Cycle reported when an ApplicationListener depends on a Feign client

Describe the bugI have an application where a bean that implements ApplicationListener<ApplicationContextEvent> de...

Spring Cloud Openfeign header 中传 json 被分词搞的一团糟

今天想在所有的请求头中加上一个统一的用户信息,采用了在header中传递json的方式。但结果令人意外,json被 feign.template.Template#parseTemplate 搞的一团糟。原因是进行了分词处理,但分词的标准是...

Spring Cloud Openfeign Add test that verifies the path

The following issue should not have happened: https://github.com/spring-cloud/spring-cloud-openfeign/issues/386Add test ...

Spring Cloud Openfeign Per Request Timeout

Question/Enhancement: Is there any way to have a Per-Request Timeout for a Feign Client?My current workaround is to crea...
上一页 下一页
.