From a5c64c0756b60ebda4c018871cbff6a7b899268d Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 23 Mar 2023 13:34:52 +0100 Subject: [PATCH] Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading Signed-off-by: Andrea Cosentino --- .../src/main/resources/kamelets/cassandra-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml index 308418908..074fe732d 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml @@ -79,7 +79,7 @@ spec: description: The consistency level to use. type: string default: QUORUM - enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] + enum: ["ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] query: title: Query description: The query to execute against the Cassandra cluster table.