This issue addresses the reactive counterpart of #7655.
Related #7889
Comment From: drgeb
Is there any example of the JDBCReactiveOAuth2AuthorizedClientService that I can start to look at ?
Comment From: jgrandja
@drgeb This issue is meant to deliver JdbcReactiveOAuth2AuthorizedClientService. The work here hasn't started so there are no examples.
Comment From: ghost
Hi @jgrandja if it's ok with you, I can take a look and start the implementation
Comment From: jgrandja
@ovidiupopa91 That would be great! The issue is yours.
Comment From: rwinch
Another thing to keep in mind is that Spring Framework 5.3 is adding support for r2dbc https://github.com/spring-projects/spring-framework/pull/25065 It might be valuable to build off of that and wait until we are on Spring Framework 5.3
Comment From: jgrandja
Thanks for the heads up @rwinch. I totally agree that we should wait until Spring Framework 5.3 is out and leverage the provided implementations.
@ovidiupopa91 Let's hold off on this for now. I would rather write less code than more so let's wait until Spring Framework 5.3 is out and then we can proceed.
Comment From: rwinch
We could start something in a branch that is based of the current Spring Framework snapshots and then it would be ready when Framework released.
Comment From: jgrandja
Makes sense @rwinch.
@ovidiupopa91 Please take a look at the new features added in spring-projects/spring-framework#25065 and leverage for this implementation. Let me know if you have any questions.
Comment From: ghost
Hi @jgrandja . Great, I'll do that. I will probably open a draft PR to get your feedback as soon as possible.
Comment From: ghost
Hi @jgrandja . Can you please reassign me to the issue? (just to avoid what happened when I tried to contribute to the spring-authorization-server project 😃 ) Thank you!