Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Eventhubs Source Kamelet: Return raw data instead of transforming to json #1035

Merged
merged 2 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 1 addition & 8 deletions kamelets/azure-eventhubs-source.kamelet.yaml
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"
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"