-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
Spring reactive in CredentialRepository #380
Comments
Pardon my ignorance - what is a reactive contract? Is this related to #219 (asynchronous methods)? |
No, it not what I mean. https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html In our case, we want to use Mono or Flux return in CredentialRepository interface methods. If it’s possible. As example:
|
Ok, that looks to me like another way to describe asynchronous programming. The Reactor docs even say so themselves:
The reply in #219 still stands: this is not possible with the current As in #219 I'm still positive towards the idea, but I cannot promise any concrete timeline for this. You're more than welcome to contribute a proposal as a pull request if you'd like to help accelerate the effort. |
Thanks for explaining. Hope this feature will created soon. |
Reopened for linked issues history |
Hello!
Our project is replacing regular spring with Spring Reactive (Mono, Flux, etc.). The yubico library does not support reactive contracts in the CredentialRepository. Is it possible to release a version on Reactive Spring?
The text was updated successfully, but these errors were encountered: