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 2021/04/23 14:31:00 UTC

[camel-kamelets] branch main updated (07756f0 -> c3bc698)

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

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


    from 07756f0  Added Cassandra Sink kamelet
     new 74663d3  Cassandra source CQL: Removed wrong default for Query
     new c3bc698  Regen

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:
 cassandra-source.kamelet.yaml                 | 1 -
 docs/modules/ROOT/pages/cassandra-source.adoc | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel-kamelets] 02/02: Regen

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

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

commit c3bc698e12991044866a35a1bf326b54ce314281
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 23 16:29:51 2021 +0200

    Regen
---
 docs/modules/ROOT/pages/cassandra-source.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/cassandra-source.adoc b/docs/modules/ROOT/pages/cassandra-source.adoc
index 39458f5..5caefa2 100644
--- a/docs/modules/ROOT/pages/cassandra-source.adoc
+++ b/docs/modules/ROOT/pages/cassandra-source.adoc
@@ -15,7 +15,7 @@ The following table summarizes the configuration options available for the `cass
 | *keyspace {empty}* *| Keyspace| Keyspace to use| string| | `"customers"`
 | *password {empty}* *| Password| The password to use for accessing a secured Cassandra Cluster| string| | 
 | *port {empty}* *| Port| Port number of cassandra server(s)| string| | `9042`
-| *query {empty}* *| Query| The query to execute against the Cassandra cluster table| string| `"ANY"`| 
+| *query {empty}* *| Query| The query to execute against the Cassandra cluster table| string| | 
 | *username {empty}* *| Username| The username to use for accessing a secured Cassandra Cluster| string| | 
 | consistencyLevel| Consistency Level| Consistency level to use. The value can be one of ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, LOCAL_ONE| string| `"ANY"`| 
 | resultStrategy| Result Strategy| The strategy to convert the result set of the query. Possible values are ALL, ONE, LIMIT_10, LIMIT_100...| string| `"ALL"`| 
@@ -49,6 +49,7 @@ spec:
       keyspace: "customers"
       password: "The Password"
       port: 9042
+      query: "The Query"
       username: "The Username"
   sink:
     ref:

[camel-kamelets] 01/02: Cassandra source CQL: Removed wrong default for Query

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

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

commit 74663d3d98a798500408a2f80db3e659645df132
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 23 16:27:51 2021 +0200

    Cassandra source CQL: Removed wrong default for Query
---
 cassandra-source.kamelet.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cassandra-source.kamelet.yaml b/cassandra-source.kamelet.yaml
index c7d1c3a..89e5fd6 100644
--- a/cassandra-source.kamelet.yaml
+++ b/cassandra-source.kamelet.yaml
@@ -59,7 +59,6 @@ spec:
         title: Query
         description: The query to execute against the Cassandra cluster table
         type: string
-        default: ANY
   types:
     out:
       mediaType: application/json