Spring Cloud Openfeign Improve memory consumption of SpringEncoder.encodeWithMessageConverter

During loadtest, I observe an abnormal memory consumption during iterate customizer. Maybe it possible to initialize thi...

Spring Cloud Openfeign [Help Wanted] "Load balancer does not contain an instance for the service" - Use Feign Client in Application Ready Event

Project Requirement:I want to send an HTTP request using Feign Client from ack-service to notification-servicewhen ack-s...

Spring Cloud Openfeign Error with Spring Boot 3.2.0-M3 and OpenFeign

Describe the bugMy application fails to start with Spring Boot 3.2.0-M3 and SC OpenFeign 4.1.0-M1. The same application ...

Spring Cloud Openfeign When configuration is explicitly set on a FeignClient, @Bean should not be required

Is your feature request related to a problem? Please describe.Yes. I have a simple FeignClient that has it's own configu...

Spring Cloud Openfeign cannot resolve service when service name starts with http

Describe the bugUsing spring cloud openfiegn client @FeignClient(value ="httpbin2")public interface TestFeignC...

Spring Cloud Openfeign Can I not use 'final' when sending a POST request with Feign in Spring Boot?

ext { set('springCloudVersion', "2022.0.3")} id 'org.springframework.boot' version '3.1.1'implementation...

Spring Cloud Openfeign Contract validation fails when a FeignClient extends a super-interface

Describe the bugContract validation fails when a FeignClient extends a super-interface, unless methods in both types hav...

Spring Cloud Openfeign Incorrect resolved url when the FeignClient.path is set and the base url is defined in the properties file

Describe the bugWhen the FeignClient.path is set and a url is defined in the properties file, then the incorrect url is ...

Spring Cloud Openfeign Reactive (asynchronous) FeignClients

@FeignClient is a convenient thing, but sometimes you need to perform requests asynchronously. There are some public Git...

Spring Cloud Openfeign Does Spring Cloud 2023.0.0 default to not being started by SpringMvcContract

Describe the bugSpring Cloud 2023.0.0-SNAPSHOTUnder the latest version, openfeign reported an error because it used Decl...

Spring Cloud Openfeign Why is SpringDecoder constructor marked as deprecated?

Is your feature request related to a problem? Please describe.https://github.com/spring-cloud/spring-cloud-openfeign/blo...

Spring Cloud Openfeign how to add HttpMessageConverter in feignclient

Comment From: ryanjbaxterDeclaring any additional HttpMessageConverter as a Bean should automatically be added to all Fe...

Spring Cloud Openfeign How to send data of type MultiValueMap via feign?

RestTemplate restTemplate = new RestTemplate(); HttpHeaders headers = new HttpHeaders(); headers.s...

Spring Cloud Openfeign @MockBean annotation does not find existing bean created through @FeignClient

Describe the bugOpened as requested by https://github.com/spring-projects/spring-boot/issues/38348Using Spring Boot 3.1....

Spring Cloud Openfeign A bug of header adding and getting in OpenFeign RequestInterceptor

Describe the bugIf we add add a header named abc with value {x:1.0,y:1.1} to OpenFeign RestTemplate, and get it to print...

Spring Cloud Openfeign Feign converts GET request to POST if path variable has regular expression

We have observed an issue with Feign client.When we use regular expression in path variables to duplicate the Feign clie...

Spring Cloud Openfeign Mock FeignClient not replacing the application Application FeignClient in Spring Boot 2.3.3.RELEASE

After upgrading from Spring boot 2.2.2 to 2.3.3 the feign client in tests are not replaced.The mocked bean seems to be i...

Spring Cloud Openfeign Replacement for OAuth2FeignRequestInterceptor from spring-cloud-security?

Is your feature request related to a problem? Please describe.For my Feign Clients I need to add an RequestInterceptor w...

Spring Cloud Openfeign Caused by:Caused by: feign.FeignException$BadGateway: [502 Bad Gateway] feign.FeignException$BadGateway: [502 Bad Gateway]

在nacos服务间调用时经常会出现Caused by: feign.FeignException$BadGateway: [502 Bad Gateway]Comment From: OlgaMaciaszekHello, @MdcGIt....

Spring Cloud Openfeign Error implementing error decoder with RetryableException and path encoder

Hello.I'm creating a bean with an ErrorDecoder to implement a custom retry policy. I also have a Retryer bean.My error d...
上一页 下一页
.