[
https://issues.apache.org/jira/browse/NIFI-8382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-8382.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> 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
> Priority: Major
>
> 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.20.10#820010)