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

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

commit d6a2ceb24ef6b160e1a6182a5d4c7ce1235c1055
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 18 15:29:29 2021 +0200

    Timestamp router is not a Kafka specific action
---
 .../src/main/resources/kamelets/timestamp-router-action.kamelet.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
index 5d55b7e..c43629b 100644
--- 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
+++ 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
@@ -46,4 +46,4 @@ spec:
       - set-property:
           name: "timestampHeaderName"
           constant: "{{timestampHeaderName}}"
-      - bean: "org.apache.camel.kamelets.utils.transform.kafka.TimestampRouter"
+      - bean: "org.apache.camel.kamelets.utils.transform.TimestampRouter"

Reply via email to