Spring Cloud Openfeign Expose request attributes for circuit breaker async invocation

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

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

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

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

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

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

here is the code! @FeignClient(name = "${feign.client.order.name}",fallbackFactory = OrderClientFallBackFactor...

Spring Cloud Openfeign Confusing Error: No Feign Client for loadBalancing defined.

Describe the bugA common scenario is to define a @FeignClient as such: @FeignClient(name = "myfeignclient",...

Spring Cloud Openfeign Upgrade Feign to 11.2

Comment From: OlgaMaciaszekRelated issue: https://github.com/OpenFeign/feign/issues/1399.Comment From: OlgaMaciaszekAs, ...

Spring Cloud Openfeign produces application/octet-stream Io error help

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

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

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

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

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

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

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

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

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

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

Current behaviourIn a project where is used spring cloud gateway, feign client (with target put in configuration), we en...
上一页 下一页
.