CassJavaDriverGeneric: add options to disable use of batch writes
sumanth-pasupuleti
released this
11 Feb 05:53
·
40 commits
to master
since this release
The use of BATCH in CassJavaDriverGeneric allows the driver to write multiple rows in a single call to `writeSingle`. Its sometimes desirable, however, to have `writeSingle` to truly write a single row so that BATCH is not used. This can cause the row count validation to fail since not every row is written to every partition. Ad additional configuration has been added to disable this valdiation.