What is the driver for this dependency? Like for instance in postgres we have org.postgresql.Driver, similarly I am looking for cassandra
<dependency>
<groupId>org.apache-extras.cassandra-jdbc</groupId>
<artifactId>cassandra-jdbc</artifactId>
<version>1.2.5</version>
</dependency>
org.apache.cassandra.cql.jdbc.CassandraDriver
This is the driver. But this driver is using Thrift to connect to cassandra which is outdated and not supported. So I ended up using another jdbc driver, which workedWebsite to download the jar https://downloads.datastax.com/#odbc-jdbc-drivers