Wouter de Vries created NIFI-8382:
-------------------------------------
Summary: PutCassandraRecord does not allow specifying consistency
Key: NIFI-8382
URL: https://issues.apache.org/jira/browse/NIFI-8382
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.13.2
Reporter: Wouter de Vries
The PutCassandraRecord processor only allows specifying the serial consistency
and not the "regular" consistency, this serial consistency type is only used
for the paxos phase during a lightweight transaction.
[https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/cqlshSerialConsistency.html]
* SERIAL
* LOCAL_SERIAL
[https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/cqlshConsistency.html]
* ALL
* EACH_QUORUM
* QUORUM
* LOCAL_QUORUM
* ONE
* TWO
* THREE
* LOCAL_ONE
* ANY
For writes the use of consistency ONE (the default if unspecified) is not
recommended.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)