scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Add batch support #71

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Pre-review checklist

This PR is dependent upon #69

Adds batch support to the driver. As BatchCounterThreeNodeClusterTests.Integration_Cassandra_MixedPreparedAndSimple integration test creates a 3-node cluster which takes a lot of time, a special flag --skip-wait-for-gossip-to-settle=0 is added to ccm to avoid unnecessary gossip delays.