This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 3.20.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 0f9ccc340b0c8e715815fd14aaa6a2138cd8eb6c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Mar 24 09:51:53 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available 
consistency level for writing
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 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 5a4af00e..38b50382 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.

Reply via email to