This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cosmosdb-source in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit c53bfbaf56e5ff018e45d7965b61a3e715818fec Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 27 14:41:38 2021 +0200 Added Azure CosmosDB Source Kamelet --- azure-cosmosdb-source.kamelet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-cosmosdb-source.kamelet.yaml b/azure-cosmosdb-source.kamelet.yaml index 4cc189d..c263ce7 100644 --- a/azure-cosmosdb-source.kamelet.yaml +++ b/azure-cosmosdb-source.kamelet.yaml @@ -63,6 +63,9 @@ spec: title: Database Endpoint description: Sets the Azure Cosmos database endpoint the component will connect to. type: string + types: + out: + mediaType: application/json dependencies: - "camel:azure-cosmosdb" - "camel:kamelet"
