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 09:00:23 UTC

[camel-kamelets] branch 3.20.x-cass-writing updated (3aa504e8 -> 8727014a)

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

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


    from 3aa504e8 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
     new 0f9ccc34 Cassandra Kamelets: Consistency Level in source should list only available consistency level for writing
     new 8727014a 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.


Summary of changes:
 kamelets/cassandra-sink.kamelet.yaml                                    | 2 +-
 .../src/main/resources/kamelets/cassandra-sink.kamelet.yaml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[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 3.20.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8727014afefd0e905e4ccc33cea6d3d6c73d3f97
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 24 09:54: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 5a4af00e..38b50382 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
@@ -75,7 +75,7 @@ spec:
         description: The consistency level to use.
         type: string
         default: ANY
-        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
+        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "LOCAL_ONE"]
       prepareStatements:
         title: Prepare Statements
         description: If true, specifies to use PreparedStatements as the query. If false, specifies to use regular Statements as the query.


[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 3.20.x-cass-writing
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 0f9ccc340b0c8e715815fd14aaa6a2138cd8eb6c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 24 09:51:53 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 5a4af00e..38b50382 100644
--- a/kamelets/cassandra-sink.kamelet.yaml
+++ b/kamelets/cassandra-sink.kamelet.yaml
@@ -75,7 +75,7 @@ spec:
         description: The consistency level to use.
         type: string
         default: ANY
-        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
+        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "LOCAL_ONE"]
       prepareStatements:
         title: Prepare Statements
         description: If true, specifies to use PreparedStatements as the query. If false, specifies to use regular Statements as the query.