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/20 10:49:47 UTC

[camel-kamelets] branch 3.x updated (3855752f -> 768d30cb)

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

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


    from 3855752f Add azure data lake gen2 - Sink Kamelet
     new 07643e96 AWS DDB Sink Kamelet: Remove WriteCapacity parameter
     new 768d30cb AWS DDB Sink Kamelet: Remove WriteCapacity parameter

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/aws-ddb-sink.kamelet.yaml                                  | 6 ------
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml           | 6 ------
 2 files changed, 12 deletions(-)


[camel-kamelets] 02/02: AWS DDB Sink Kamelet: Remove WriteCapacity parameter

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

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

commit 768d30cb6e4fe656983281293056d10c7adb796e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 11:42:13 2023 +0100

    AWS DDB Sink Kamelet: Remove WriteCapacity parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml           | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index ba3786fa..5778f08c 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
@@ -76,11 +76,6 @@ spec:
         enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
-      writeCapacity:
-        title: Write Capacity
-        description: The provisioned throughput to reserve for writing resources to your table.
-        type: integer
-        default: 1
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
@@ -127,7 +122,6 @@ spec:
             accessKey: "{{?accessKey}}"
             region: "{{region}}"
             operation: "{{operation}}"
-            writeCapacity: "{{?writeCapacity}}"
             useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
             uriEndpointOverride: "{{?uriEndpointOverride}}"
             overrideEndpoint: "{{overrideEndpoint}}"


[camel-kamelets] 01/02: AWS DDB Sink Kamelet: Remove WriteCapacity parameter

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

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

commit 07643e96b13584fdffbc94b2afa8aa0176e47e4c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 11:41:44 2023 +0100

    AWS DDB Sink Kamelet: Remove WriteCapacity parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/aws-ddb-sink.kamelet.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml
index ba3786fa..5778f08c 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -76,11 +76,6 @@ spec:
         enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
-      writeCapacity:
-        title: Write Capacity
-        description: The provisioned throughput to reserve for writing resources to your table.
-        type: integer
-        default: 1
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
@@ -127,7 +122,6 @@ spec:
             accessKey: "{{?accessKey}}"
             region: "{{region}}"
             operation: "{{operation}}"
-            writeCapacity: "{{?writeCapacity}}"
             useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
             uriEndpointOverride: "{{?uriEndpointOverride}}"
             overrideEndpoint: "{{overrideEndpoint}}"