Replies: 2 comments 5 replies
|
Have you tried Hibernate Reactive? |
3 replies
|
With release of JDK 21 and virtual threads, standardizing asynchronous programming model in specs such as JPA is no longer necessary. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I didn't want to create this as an issue yet. I was thinking one of the limitations we have in Spring Data JPA was we cannot use it in a Project Reactor cleanly.
I don't even know how one would do this because JDBC isn't compatible with reactive which is why I see R2DBC. Not sure if JDBC can be async either.
All reactions