This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fixed-position in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 26912a64fa4f33efc709a75539ec8581e94bae79 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 18 15:29:29 2021 +0200 Timestamp router is not a Kafka specific action --- .../src/main/resources/kamelets/timestamp-router-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml index 5d55b7e..c43629b 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml @@ -46,4 +46,4 @@ spec: - set-property: name: "timestampHeaderName" constant: "{{timestampHeaderName}}" - - bean: "org.apache.camel.kamelets.utils.transform.kafka.TimestampRouter" + - bean: "org.apache.camel.kamelets.utils.transform.TimestampRouter"
