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

Add AsyncFeign experimental support

Open khaelys opened this issue 3 years ago • 1 comments

Feign core added a new feature (see AsyncFeign) that let you create async clients which returns CompletableFuture.

It is still an experimental feature in OpenFeign, but it will be really nice to have it.

khaelys avatar Apr 27 '21 10:04 khaelys

@khaelys Thanks for reporting this. We will not be able to add support in the main OF lib until this feature is flagged as experimental (see more discussion in this PR). We have created an incubator repo and will be adding support there in a separate module: https://github.com/spring-cloud-incubator/spring-cloud-openfeign-async.

OlgaMaciaszek avatar May 07 '21 09:05 OlgaMaciaszek