This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch message-timestamp-router-action in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 206ce92d948a775835994b8192adb2fd74e3bb2f Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 19 08:47:59 2021 +0200 Added Message Timestamp Router action --- .../resources/kamelets/message-timestamp-router-action.kamelet.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/message-timestamp-router-action.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/message-timestamp-router-action.kamelet.yaml index fcc9e8e..3b921f1 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/message-timestamp-router-action.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/message-timestamp-router-action.kamelet.yaml @@ -7,9 +7,10 @@ metadata: annotations: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG [...] camel.apache.org/provider: "Apache Software Foundation" + camel.apache.org/kamelet.group: "Actions" spec: definition: - title: "Timestamp Router Action" + title: "Message Timestamp Router Action" description: "Update the topic field as a function of the original topic name and the record's timestamp field." required: - timestampKeys
