Skip to content

Commit

Permalink
Azure Eventhubs Source Kamelet: Return raw data instead of transformi…
Browse files Browse the repository at this point in the history
…ng to json
  • Loading branch information
oscerd committed Sep 12, 2022
1 parent 6668206 commit 443f1a4
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,8 @@ spec:
- urn:camel:group:credentials
types:
out:
mediaType: application/json
mediaType: application/octet-stream
dependencies:
#TODO: these mvn:* dependencies must be removed after upgrading to camel 3.10
- "mvn:com.fasterxml.jackson.core:jackson-core:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-annotations:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-databind:2.11.3"
- "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3"
- "camel:azure-eventhubs"
- "camel:kamelet"
- "camel:jackson"
Expand All @@ -102,6 +97,4 @@ spec:
blobAccessKey: "{{blobAccessKey}}"
blobContainerName: "{{blobContainerName}}"
steps:
- marshal:
json: {}
- to: "kamelet:sink"

0 comments on commit 443f1a4

Please sign in to comment.