You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when I inject an instance of CassandraSession, the com.datastax.driver.core.Session inside it is always null, if I tries to reconnect using "reconnect()" method and execute a query, it throws an exception with the message: "Cassandra session is not ready for use yet".
Could you provide an useful example of how to use vertx-cassandra, or figure out what I'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
For some reason, when I inject an instance of CassandraSession, the com.datastax.driver.core.Session inside it is always null, if I tries to reconnect using "reconnect()" method and execute a query, it throws an exception with the message: "Cassandra session is not ready for use yet".
Could you provide an useful example of how to use vertx-cassandra, or figure out what I'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: