Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed May 18, 2021
1 parent 304d983 commit d7d3433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/timestamp-router-action.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The following table summarizes the configuration options available for the `time
|===
| Property| Name| Description| Type| Default| Example
| timestampFormat| Timestamp Format| Format string for the timestamp that is compatible with java.text.SimpleDateFormat.| string| `"yyyyMMdd"`|
| topicFormat| Topic Format| Format string which can contain '$[topic]' and '$[timestamp]' as placeholders for the topic and timestamp, respectively.| string| `"$[topic]-$[timestamp]"`|
| timestampHeaderName| Timestamp Header Name| The name of the header containing a timestamp| string| `"kafka.TIMESTAMP"`|
| topicFormat| Topic Format| Format string which can contain '$[topic]' and '$[timestamp]' as placeholders for the topic and timestamp, respectively.| string| `"topic-$[timestamp]"`|
|===

NOTE: Fields marked with ({empty}*) are mandatory.
Expand Down

0 comments on commit d7d3433

Please sign in to comment.