FWIW, I found reactive support a bit quirky w/ Qua...
# server
k
FWIW, I found reactive support a bit quirky w/ Quarkus/Hibernate/Panache...feels like hibernate reactive isn't really there yet.
a
Why even use hibernate if you want to be all reactive
k
ORM caching, etc.
you could always manage caching yourself though
t
What about spring webflux/r2dbc? How solid is that?
k
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.