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

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

commit e5ba92960cf807947ae72ed40d10db28b87a3d5c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Mar 14 11:26:10 2025 +0100

    Reflect changes from CAMEL-21843 in involved Kamelets - Kafka 
TimestampRouter
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/timestamp-router-action.kamelet.yaml                           | 2 +-
 .../src/main/resources/kamelets/timestamp-router-action.kamelet.yaml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/timestamp-router-action.kamelet.yaml 
b/kamelets/timestamp-router-action.kamelet.yaml
index e0ab740c..b528740e 100644
--- a/kamelets/timestamp-router-action.kamelet.yaml
+++ b/kamelets/timestamp-router-action.kamelet.yaml
@@ -64,4 +64,4 @@ spec:
       - setProperty:
           name: "timestampHeaderName"
           constant: "{{timestampHeaderName}}"
-      - bean: 
"org.apache.camel.component.kamelet.utils.transform.TimestampRouter"
+      - bean: "org.apache.camel.component.kafka.transform.TimestampRouter"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
index e0ab740c..b528740e 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml
@@ -64,4 +64,4 @@ spec:
       - setProperty:
           name: "timestampHeaderName"
           constant: "{{timestampHeaderName}}"
-      - bean: 
"org.apache.camel.component.kamelet.utils.transform.TimestampRouter"
+      - bean: "org.apache.camel.component.kafka.transform.TimestampRouter"

Reply via email to