From 793cbde40629df2195b23524038934aba48d8be4 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Fri, 24 Mar 2023 09:51:53 +0100 Subject: [PATCH 1/2] Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing Signed-off-by: Andrea Cosentino --- kamelets/cassandra-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/cassandra-sink.kamelet.yaml b/kamelets/cassandra-sink.kamelet.yaml index fc01f77fb..49810466e 100644 --- a/kamelets/cassandra-sink.kamelet.yaml +++ b/kamelets/cassandra-sink.kamelet.yaml @@ -75,7 +75,7 @@ spec: description: The consistency level to use. type: string default: ANY - enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] + enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "LOCAL_ONE"] prepareStatements: title: Prepare Statements description: If true, specifies to use PreparedStatements as the query. If false, specifies to use regular Statements as the query. From b99fa138b8a9e7c5972c47934099981079bbc2b0 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Fri, 24 Mar 2023 09:54:43 +0100 Subject: [PATCH 2/2] Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing Signed-off-by: Andrea Cosentino --- .../src/main/resources/kamelets/cassandra-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml index fc01f77fb..49810466e 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml @@ -75,7 +75,7 @@ spec: description: The consistency level to use. type: string default: ANY - enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] + enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "LOCAL_ONE"] prepareStatements: title: Prepare Statements description: If true, specifies to use PreparedStatements as the query. If false, specifies to use regular Statements as the query.