[
https://issues.apache.org/jira/browse/NIFI-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17583613#comment-17583613
]
Steven Matison commented on NIFI-10120:
---------------------------------------
Options map now working for consistency level, socket options, and protocol
options. (/)
Options doc is here with allowed values:
[https://docs.datastax.com/en/drivers/java/4.7/com/datastax/oss/driver/api/core/config/TypedDriverOption.html]
Cleaning up some comments..
{code:java}
// the create function exists in following locations:
//
nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/AbstractCassandraProcessor.java
//
nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/AbstractCassandraProcessorTest.java
//
nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraQLTest.java
//
nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraRecordTest.java
//
nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/QueryCassandraTest.java
// new final 4.x function will need exist in all locations
{code}
latest updates here:
[https://github.com/steven-matison/nifi/commit/297e3e2f30639903d2a6d85c6361f0b547f71921]
> Refactor CassandraSessionProvider to use the latest Cassandra driver
> --------------------------------------------------------------------
>
> Key: NIFI-10120
> URL: https://issues.apache.org/jira/browse/NIFI-10120
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Mike Thomsen
> Assignee: Steven Matison
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)