2 Home
gitea_admin edited this page 2026-03-11 14:40:46 +00:00

Timestamp Router Action

Update the topic field as a function of the original topic name and the record timestamp.

Metadata

Property Value
Type action
Group Actions
Namespace Kafka
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
topicFormat string topic-$[timestamp] Format string which can contain '$[topic]' and '$[timestamp]' as placeholders for the topic and timestamp, respectively.
timestampFormat string yyyyMMdd Format string for the timestamp that is compatible with java.text.SimpleDateFormat.
timestampHeaderName string kafka.TIMESTAMP The name of the header containing a timestamp

Dependencies

  • camel:kamelet
  • camel:core