Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Load balancer does not contain an instance for the service [EKS environment]
2025-01-28 04:28:20
3061
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
2025-01-28 04:28:15
965
Hi,In my application, the fallback doen't workFeignClientBuilder.Builder<RemoteDynamicServiceNameApiService> build...
Spring Cloud Openfeign More friendly hints in dynamic URL
2025-01-28 04:28:10
1687
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
2025-01-28 04:28:05
2566
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
2025-01-28 04:28:01
700
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
2025-01-28 04:27:57
1177
codefeignClient@FeignClient(name = "loc", url = "localhost:7777"// , fallbackFactory = FegBac...
Spring Cloud Openfeign service-id.ribbon.listOfServers is ineffective in springcloud 2020.0.0
2025-01-28 04:27:52
432
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
2025-01-28 04:27:47
713
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
2025-01-28 04:27:42
11110
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
2025-01-28 04:27:38
1522
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
2025-01-28 04:27:25
7674
clazz = Class.forName("com.zg101.zane.cooperation.service.impl.openApi.OpenDealerServiceImpl"); Object o=...
Spring Cloud Openfeign FeignCircuitBreakerInvocationHandler removes RequestAttributes from main invoking context
2025-01-28 04:27:21
1416
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
2025-01-28 04:27:16
1341
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
2025-01-28 04:27:10
12434
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
2025-01-28 04:27:03
591
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
2025-01-28 04:26:58
2799
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
2025-01-28 04:26:53
4484
Describe the bugI have an application where a bean that implements ApplicationListener<ApplicationContextEvent> de...
Spring Cloud Openfeign header 中传 json 被分词搞的一团糟
2025-01-28 04:26:47
946
今天想在所有的请求头中加上一个统一的用户信息,采用了在header中传递json的方式。但结果令人意外,json被 feign.template.Template#parseTemplate 搞的一团糟。原因是进行了分词处理,但分词的标准是...
Spring Cloud Openfeign Add test that verifies the path
2025-01-28 04:26:41
948
The following issue should not have happened: https://github.com/spring-cloud/spring-cloud-openfeign/issues/386Add test ...
Spring Cloud Openfeign Per Request Timeout
2025-01-28 04:26:34
1217
Question/Enhancement: Is there any way to have a Per-Request Timeout for a Feign Client?My current workaround is to crea...
上一页
下一页
1
…
304
305
306
307
308
…
2246
.