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/24 08:59:00 UTC

[camel-kamelets] branch 0.9.x-cass-writing created (now e9b3942a)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 0.9.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at e9b3942a Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing

This branch includes the following new commits:

     new ca8a2b33 Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
     new e9b3942a Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ca8a2b33b8df195be25e035f9876e404fe157643
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 24 09:57:45 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/cassandra-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/cassandra-sink.kamelet.yaml b/kamelets/cassandra-sink.kamelet.yaml
index 5f754ca3..58f9d0f9 100644
--- a/kamelets/cassandra-sink.kamelet.yaml
+++ b/kamelets/cassandra-sink.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         - urn:camel:group:credentials
       consistencyLevel:
         title: Consistency Level
-        description: The consistency level to use. Set the value to one of these options - ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
+        description: The consistency level to use. Set the value to one of these options - ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM or LOCAL_ONE
         type: string
         default: ANY
       prepareStatements:


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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e9b3942a8efbc88b3ebfc4105387f61a130164a0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 24 09:58:43 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/cassandra-sink.kamelet.yaml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
index 5f754ca3..58f9d0f9 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         - urn:camel:group:credentials
       consistencyLevel:
         title: Consistency Level
-        description: The consistency level to use. Set the value to one of these options - ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
+        description: The consistency level to use. Set the value to one of these options - ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM or LOCAL_ONE
         type: string
         default: ANY
       prepareStatements: