Skip to content

Commit

Permalink
AWS Kinesis Kamelets Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Mar 8, 2022
1 parent 89804d2 commit 82e5524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
types:
in:
mediaType: application/octet-stream
dependencies:
- "camel:core"
- "camel:aws2-kinesis"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ spec:
default: false
types:
out:
mediaType: application/json
mediaType: application/octet-stream
dependencies:
- "camel:aws2-kinesis"
- "camel:kamelet"
- "camel:gson"
template:
from:
uri: aws2-kinesis:{{stream}}
Expand All @@ -89,7 +88,4 @@ spec:
region: "{{region}}"
useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
steps:
- marshal:
json:
library: Gson
- to: "kamelet:sink"

0 comments on commit 82e5524

Please sign in to comment.