-
Is there a reactive extension of "quarkus hibernate search elasticsearch" like the non reactive one "quarkus-hibernate-search-orm-elasticsearch"?
it is not so easy to use hibernate search and elasticsearch just with annotations together like the non reactive variant. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
/cc @gsmet (elasticsearch,hibernate-search), @loicmathieu (elasticsearch), @yrodiere (elasticsearch,hibernate-search) |
Beta Was this translation helpful? Give feedback.
-
There is no such extension at the moment, because Hibernate Search itself lacks an integration to Hibernate Reactive at the moment, and it's not being actively worked on, either. See here if you want to get involved: https://hibernate.atlassian.net/browse/HSEARCH-4922 |
Beta Was this translation helpful? Give feedback.
Also note that it's perfectly fine to use Hibernate ORM with RESTEasy Reactive. RESTEasy Reactive supports blocking workloads. And it's not obvious that it will not perform as well as the same stuff with Hibernate Reactive.