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

Referenced [feign#2098](https://github.com/OpenFeign/feign/pull/2098). I like this feature♥️.

enhancement

I'm creating feign clients using method `FeignClientBuilder(context)`. I'm trying to check the effect of "maxConnections" and "maxConnectionsPerRoute" properties from "spring.cloud.openfeign.httpclient" it seems they are not applied. I'm applying the properties:...

in progress

fixes https://github.com/spring-cloud/spring-cloud-openfeign/issues/1023 `FeignClientRegistar` seems to [purposefully ignore](https://github.com/spring-cloud/spring-cloud-openfeign/blob/ca4de4e703a953504c3bb7b08fa8c69566697953/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientsRegistrar.java#L116) unresolved URLs that are SpEL but doesn't do so for property placeholders like `${placeholder}`. For ignored SpEL strings, the input string is returned,...

waiting for feedback

With sprint boot 3.1.5 in two microservices, one using FeignClient to request to the other microservice , I have this properties configuration in both microservices: ``` management: tracing: propagation: produce:...

waiting for feedback
feedback-reminder

Hi, I am using spring boot 3.1.5. I migrated my code from sleuth to micrometer for tracing. I have it working logging traceId and spanId. But as somebody already asked...

waiting for feedback
feedback-reminder

**Bug description** We found a problem where Micrometer tracing propagation stops working when a Feign client is injected to a Spring FactoryBean. Steps to reproduce: 1. Have Micrometer tracing enabled...

waiting-for-triage

Added new Feature JWT-Access-Token-Interceptor In the previous versions. developers need to manually implement the requestInterceptor. to pass the token between services. By including this feature. Developer just need to create...

waiting for feedback

In previous cloud versions 2021.x I could make Client delegation like ``` @Bean Client myClient(Client client) { // return my client delegating default client } ``` Now in version 2023.0.1...

feedback-provided

```getName (Map)``` does not need to be for test purposes.

waiting for feedback

#707 Since the PR is not going on anymore I added a test.

waiting-for-triage