Hi,
I’m trying to use jdbc writer in Gatling to put tests results to Cassandra but I get the following error :
[GatlingSystem-akka.actor.default-dispatcher-4] [akka.dispatch.Dispatcher] the Cassandra implementation is always in auto-commit mode
java.sql.SQLFeatureNotSupportedException: the Cassandra implementation is always in auto-commit mode
Is there a way to set auto-commit mode to false ?
e.g. setAutoCommit(false)
or in gatling.conf ?
Thanks!
GerraldG