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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1df85ba5e Regen for commit 622edd68670ad881ff6df7728580ec70729a8d81 
(#2874)
1df85ba5e is described below

commit 1df85ba5e1a1075fc9d0f2cbd39b1c14534d47a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 10:17:15 2026 +0200

    Regen for commit 622edd68670ad881ff6df7728580ec70729a8d81 (#2874)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: davsclaus <[email protected]>
---
 .../main/resources/kamelets/timestamp-router-action.kamelet.yaml   | 7 +++++++
 1 file changed, 7 insertions(+)

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 ffdfd719b..cc01d8566 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
@@ -47,6 +47,10 @@ spec:
         description: The name of the header containing a timestamp
         type: string
         default: "kafka.TIMESTAMP"
+      topicHeaderName:
+        title: Topic Header Name
+        description: The name of the header containing the topic name. When 
not set, the default Kafka topic header (CamelKafkaTopic) is used.
+        type: string
     type: object
   dependencies:
   - "camel:kamelet"
@@ -65,4 +69,7 @@ spec:
       - setProperty:
           name: "timestampHeaderName"
           constant: "{{timestampHeaderName}}"
+      - setProperty:
+          name: "topicHeaderName"
+          constant: "{{?topicHeaderName}}"
       - bean: "org.apache.camel.component.kafka.transform.TimestampRouter"

Reply via email to