This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.20.x-1410 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 9b50946e67eaa9e9779c9395d0e65575b22a9564 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 23 13:34:52 2023 +0100 Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading Signed-off-by: Andrea Cosentino <[email protected]> --- .../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 c2c68bbc..7aff8c3c 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.
