We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: