Skip to content

Commit

Permalink
ISSUE WITH KAMELET azure-servicebus-source output is message length i…
Browse files Browse the repository at this point in the history
…nstead of message
  • Loading branch information
oscerd committed Jul 25, 2022
1 parent c3e2f1c commit 8adb0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kamelets/azure-servicebus-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ spec:
serviceBusReceiveMode: "{{serviceBusReceiveMode}}"
subscriptionName: "{{?subscriptionName}}"
steps:
- set-body:
simple: "${body.toBytes()}"
- to: "kamelet:sink"

Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ spec:
serviceBusReceiveMode: "{{serviceBusReceiveMode}}"
subscriptionName: "{{?subscriptionName}}"
steps:
- set-body:
simple: "${body.toBytes()}"
- to: "kamelet:sink"

0 comments on commit 8adb0cc

Please sign in to comment.