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 bfc23177e1f01d114f53d0ed91de8e4a5d7fc3e0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 11 14:09:27 2023 +0200

    Add Azure CosmosDB Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml      | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml
index 1f892638..2e3b0c24 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml
@@ -33,6 +33,10 @@ spec:
     title: "Azure CosmosDB Sink"
     description: |-
       Send Data to an Azure CosmosDB instance
+      
+      In the headers, you can optionally set the `itemPartitionKey` / 
`ce-itemPartitionKey` property to specify the partition key for a specific item.
+
+      If you do not set the property in the header, you'll need to use the 
static property itemPartitonKey.
     required:
       - databaseName
       - containerName

Reply via email to