Replies: 2 comments 5 replies
-
Have you tried Hibernate Reactive? |
Beta Was this translation helpful? Give feedback.
3 replies
-
With release of JDK 21 and virtual threads, standardizing asynchronous programming model in specs such as JPA is no longer necessary. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions