You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/03/09 08:34:35 UTC

[camel-kamelets] 03/03: RabbitMQ: No need for String conversion

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 7977dc87474915747c45468124bf48b8e79cae82
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 09:21:01 2021 +0100

    RabbitMQ: No need for String conversion
---
 rabbitmq-source.kamelet.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rabbitmq-source.kamelet.yaml b/rabbitmq-source.kamelet.yaml
index 51bc561..1c7780e 100644
--- a/rabbitmq-source.kamelet.yaml
+++ b/rabbitmq-source.kamelet.yaml
@@ -49,6 +49,4 @@ spec:
         username: "{{username}}"
         addresses: "{{addresses}}"
       steps:
-      - convert-body-to:
-          type: "java.lang.String"
       - to: "kamelet:sink"