Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Expose request attributes for circuit breaker async invocation
2025-01-28 04:14:18
6106
I am developing a spring cloud project with Feign and OAuth2.In the project, there are some time-consuming operations an...
Spring Cloud Openfeign Allow passing group while creating circuits
2025-01-28 04:14:13
2402
Spring Cloud Hoxton.SR10Spring Cloud OpenFeign 2.2.7Spring Cloud Netflix Hystrix 2.2.7feign.circuitbreaker.enabled=trueI...
Spring Cloud Openfeign Sending multipart/form-data request via spring feign with files as Map throws error
2025-01-28 04:14:08
2594
I am trying to send multipart/form-data request as Map object of different types like below.public static Map<String,...
Spring Cloud Openfeign Support for spring Converter beans for @PathVariables
2025-01-28 04:14:04
796
I would like to be able to use custom value objects in my feign clients.For example:@FeignClientpublic interface MyClien...
Spring Cloud Openfeign Test failure in FeignHttpClientTests
2025-01-28 04:13:58
6088
Works on command line for me but not in IDE so probably a race condition.Comment From: spencergibbhmm, works in the IDE ...
Spring Cloud Openfeign The service invocation service data has changed
2025-01-28 04:13:51
1038
Version openfeign 2.0.0.M1The data format was List, and one of the data was "I.Zw.Twin point S". After calling other se...
Spring Cloud Openfeign error with feign builder
2025-01-28 04:13:43
11838
here is the code! @FeignClient(name = "${feign.client.order.name}",fallbackFactory = OrderClientFallBackFactor...
Spring Cloud Openfeign Confusing Error: No Feign Client for loadBalancing defined.
2025-01-28 04:13:38
1706
Describe the bugA common scenario is to define a @FeignClient as such: @FeignClient(name = "myfeignclient",...
Spring Cloud Openfeign Upgrade Feign to 11.2
2025-01-28 04:13:32
273
Comment From: OlgaMaciaszekRelated issue: https://github.com/OpenFeign/feign/issues/1399.Comment From: OlgaMaciaszekAs, ...
Spring Cloud Openfeign produces application/octet-stream Io error help
2025-01-28 04:13:25
1912
Describe the bugPlease provide details of the problem, including the version of Spring Cloud that youare using. @GetMap...
Spring Cloud Openfeign interceptors for a different client getting invoked when configure in application.yml
2025-01-28 04:13:21
1184
I have created multiple feign client and multiple interceptors. For the below settings, I could see during invoking clie...
Spring Cloud Openfeign Support retries for non-loadbalanced requests
2025-01-28 04:13:16
3096
Java 11Spring Boot 2.3.10.RELEASESpring Cloud Hoxton.SR11Spring Retry 1.2.5.RELEASEWhen I create FeignClient with attrib...
Spring Cloud Openfeign Feign Client ignoring Host Header
2025-01-28 04:13:12
1280
Describe the bugI am trying to send a custom host header using feign client, but the consumer application is not picking...
Spring Cloud Openfeign Multiple @RequestPart not working with custom classes
2025-01-28 04:13:08
10119
My controller@RestController@RequestMapping("/api")public class MultiPartController { @PutMapping(value = &...
Spring Cloud Openfeign feign.Request.Options should be RefreshScope beans to refresh connectTimeout and readTimeout
2025-01-28 04:13:02
2030
In production we need to adjust feign client connectTimeout and readTimeout frequently due to some unavoidable circumsta...
Spring Cloud Openfeign How to set the global url
2025-01-28 04:12:57
430
I don’t want to set the url once on each class. Is there any way to configure the global url? I didn’t use the configura...
Spring Cloud Openfeign Feign & Pageable
2025-01-28 04:12:53
2767
Tell me how to properly configure the work of Feign and Spring Pageable Here are my Feign settingsfeign: okhttp: ena...
Spring Cloud Openfeign “;” isn't treated as "/;" in Spring Cloud Openfeign client
2025-01-28 04:12:48
616
Hi there, I am facing a weird problem in my project. Here is the scenario. There are service a and service b, and a -...
Spring Cloud Openfeign Add FeignBuilderCustomizer support to FeignClientBuilder
2025-01-28 04:12:44
2763
Is your feature request related to a problem? Please describe.related to #244 It seems we only have FeignBuilderCustomiz...
Spring Cloud Openfeign Support lb:// url in FeingClient annotation
2025-01-28 04:12:39
3054
Current behaviourIn a project where is used spring cloud gateway, feign client (with target put in configuration), we en...
上一页
下一页
1
…
310
311
312
313
314
…
2246
.