This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x-1410 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 61301adcb5aca37a30c25605314defece75f7f92 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 23 13:33:37 2023 +0100 Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/cassandra-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/cassandra-source.kamelet.yaml b/kamelets/cassandra-source.kamelet.yaml index c90220fd..5dcdfe91 100644 --- a/kamelets/cassandra-source.kamelet.yaml +++ b/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.
