Hello, in the Open feign repository https://github.com/OpenFeign/feign#async-execution-via-completablefuture it says that from version Feign 10.8 it is possible to use this asynchronous builder in order to perform async queries. Is it possible to use it also with spring cloud? If yes, is there any kind of example? Thanks.
Comment From: ryanjbaxter
No we do not have any support for that right now
Comment From: xrayw
@ryanjbaxter Hi, Do we have any plans for support the AsyncFeign?
Comment From: ryanjbaxter
@UzimakiNaruto see https://github.com/spring-cloud/spring-cloud-openfeign/blob/v2.2.3.RELEASE/docs/src/main/asciidoc/spring-cloud-openfeign.adoc#reactive-support
Comment From: xrayw
@ryanjbaxter Thanks 👍