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

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

diff --git a/kamelets/azure-cosmosdb-sink.kamelet.yaml 
b/kamelets/azure-cosmosdb-sink.kamelet.yaml
index 1f892638..2e3b0c24 100644
--- a/kamelets/azure-cosmosdb-sink.kamelet.yaml
+++ b/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