Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Improve memory consumption of SpringEncoder.encodeWithMessageConverter
2025-01-28 04:42:57
606
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
2025-01-28 04:42:49
35325
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
2025-01-28 04:42:44
9561
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
2025-01-28 04:42:36
2116
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
2025-01-28 04:42:31
2955
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?
2025-01-28 04:42:25
1268
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
2025-01-28 04:42:19
1771
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
2025-01-28 04:42:13
2217
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
2025-01-28 04:42:08
552
@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
2025-01-28 04:42:02
413
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?
2025-01-28 04:41:52
3243
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
2025-01-28 04:41:44
1561
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?
2025-01-28 04:41:37
1401
RestTemplate restTemplate = new RestTemplate(); HttpHeaders headers = new HttpHeaders(); headers.s...
Spring Cloud Openfeign @MockBean annotation does not find existing bean created through @FeignClient
2025-01-28 04:41:31
1148
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
2025-01-28 04:41:24
2583
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
2025-01-28 04:41:13
4401
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
2025-01-28 04:41:08
3302
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?
2025-01-28 04:41:02
13614
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]
2025-01-28 04:40:56
1480
在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
2025-01-28 04:40:50
4383
Hello.I'm creating a bean with an ErrorDecoder to implement a custom retry policy. I also have a Retryer bean.My error d...
上一页
下一页
1
…
297
298
299
300
301
…
2246
.