Open gfmota opened 7 months ago
You can find documentation here: https://github.com/OpenFeign/feign?tab=readme-ov-file#async-execution-via-completablefuture Also there is a library for reactive code: https://github.com/PlaytikaOSS/feign-reactive
Hello! I can see @Experimental annotation for interface AsyncClient. Is AsyncFeign only for fan or it used in productions servers?
@gfmota is there anything else we can help you with? If you are satisfied with our response, please let us know and close this issue. Thanks!
I have a code where I have multiple @FeignClients and now we are having performance problems that could be solved by parallel requests. I saw that since 11.7 the AsyncClient allows to make non blocking requests, but I haven't found any documentation or usage example out on the internet. How exactly would you recommend to migrate FeignClient to AsyncClient? Do I need to use any other library to make it possible?