第79章 Timestamp Router Action
Update the topic field as a function of the original topic name and the record timestamp.
79.1. Configuration Options リンクのコピーリンクがクリップボードにコピーされました!
The following table summarizes the configuration options available for the timestamp-router-action Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| topicFormat | Topic Format | Format string which can contain '$[topic]' and '$[timestamp]' as placeholders for the topic and timestamp, respectively. | string | topic-$[timestamp] | |
| timestampFormat | Timestamp Format | Format string for the timestamp that is compatible with java.text.SimpleDateFormat. | string | yyyyMMdd | |
| timestampHeaderName | Timestamp Header Name | The name of the header containing a timestamp | string | kafka.TIMESTAMP |
* = Fields marked with an asterisk are mandatory.