FWIW, I found reactive support a bit quirky w/ Quarkus/Hibernate/Panache...feels like hibernate reactive isn't really there yet.
a
asad.awadia
06/02/2022, 4:49 PM
Why even use hibernate if you want to be all reactive
k
kenkyee
06/02/2022, 4:52 PM
ORM caching, etc.
you could always manage caching yourself though
t
Tom Haywood
06/03/2022, 4:32 AM
What about spring webflux/r2dbc? How solid is that?
k
kenkyee
06/03/2022, 10:20 AM
Haven't tried that yet... One other problem is when you try UI using an extension that only supports JDBC. E.g. the panache-kotlin extension on Quarkus is only JDBC. If you add that to your app, you'll get lots of conflicts.