datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
39 stars 28 forks source link

DAO initialization is not happening on main thread with eager init #214

Closed adutra closed 1 year ago

adutra commented 1 year ago

When eager init is on, the session and the mappers are all initialized during application startup, however DAO bean are still being produced in a lazy fashion.

┆Issue is synchronized with this Jira Task by Unito