spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.2k stars 779 forks source link

Reactive (asynchronous) FeignClients #942

Closed NadChel closed 10 months ago

NadChel commented 10 months ago

@FeignClient is a convenient thing, but sometimes you need to perform requests asynchronously. There are some public GitHub repositories (example) that try to serve this purpose, but as far as I'm aware there's no official Spring solution. Please consider providing one

OlgaMaciaszek commented 10 months ago

Hello @NadChel. This is a duplicate. Closing in favour of https://github.com/spring-cloud/spring-cloud-openfeign/issues/668. Please see https://github.com/spring-cloud/spring-cloud-openfeign/issues/668#issuecomment-1607854972 for the suggested replacement.