spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

Support for using OpenFeign in Spring Cloud apps

Results 120 spring-cloud-openfeign issues
Sort by recently updated
recently updated
newest added

Recently, in spring-boot 3.1, spring team introduced the `SslBundles` component as a convenient way to configure SSL connection to `RestTemplate` and `RestClient`. As reference: https://spring.io/blog/2023/06/07/securing-spring-boot-applications-with-ssl I similar approach would be...

enhancement
help wanted

I often feel confused about which annotations can be used, and I hope this PR can also help everyone

waiting-for-triage

**Describe the bug** Feign cloud version: `4.1.0` When using the MicrometerObservationCapability, any` java.net.SocketTimeoutException` is not caught and observations is never closed (`MicrometerObservationCapability#enrich only catches FeignExceptions`). Probably affects other errors from...

waiting-for-triage

See: https://github.com/spring-cloud/spring-cloud-openfeign/issues/887#issuecomment-1857476163

task
for major release

**Is your feature request related to a problem? Please describe.** Issue Summary: I encountered an issue while using Spring Cloud OpenFeign. When configuring circuit breaking (resilience4j), the `FeignCircuitBreakerInvocationHandler` submits our...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Now i cannot just override feign version by

task

**Is your feature request related to a problem? Please describe.** My application needs to add a custom `Client` like `FeignBlockingLoadBalancerClient`, e.g. ``` public class CustomFeignBlockingLoadBalancerClient implements Client { ... }...

enhancement
help wanted

If the specified url parameter causes a request failure, can you replace the url parameter value to send the request again? Kind of like FallBackFactory, but based on the global...

enhancement
waiting for votes

http server enable http2.0 . But feign client still uses http/1.1 protocol

enhancement

If I include `spring-cloud-starter-openfeign` in my project that mean I need to use feign client why need to configure `@EnableFeignClients` manually? why not automatically configure when application started ,such as...

waiting-for-triage