You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/23 12:40:01 UTC

[camel-kamelets] 02/02: Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading

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 26c01588296547e3c23023665467940850f2ab12
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 13:39:42 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../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 3f508dc0..729f7130 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
@@ -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: