This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch align-timestamp in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 55c21b8252ca4474cefc860ce6bcf16079c42ded Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 18 11:41:57 2021 +0200 Regen --- docs/modules/ROOT/pages/timestamp-router-action.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/timestamp-router-action.adoc b/docs/modules/ROOT/pages/timestamp-router-action.adoc index b60a4f4..269de42 100644 --- a/docs/modules/ROOT/pages/timestamp-router-action.adoc +++ b/docs/modules/ROOT/pages/timestamp-router-action.adoc @@ -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.