This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x-1410 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5565c5b77807565d2aae9a69db62e9de77698662 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 23 13:39:01 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 3f508dc0..729f7130 100644 --- a/kamelets/cassandra-source.kamelet.yaml +++ b/kamelets/cassandra-source.kamelet.yaml @@ -74,7 +74,7 @@ spec: default: ALL consistencyLevel: title: Consistency Level - description: The consistency level to use. Possible values are ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. + description: The consistency level to use. Possible values are ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. type: string default: QUORUM query:
