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:30:13 UTC

[camel-kamelets] branch cql-source-fix created (now 52ce702)

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

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


      at 52ce702  Regen

This branch includes the following new commits:

     new 7939348  Cassandra source CQL: Removed wrong default for Query
     new 52ce702  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.


[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 cql-source-fix
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 52ce702e0c86cba92c496485b1f0668bc4e89bce
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 cql-source-fix
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 79393488691514f5c477f6c4720024e9871025fd
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