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 abb8eaca22a1e44243120f72e12cb7e0fad79619 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 18 15:29:00 2021 +0200 Timestamp router is not a Kafka specific action --- timestamp-router-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timestamp-router-action.kamelet.yaml b/timestamp-router-action.kamelet.yaml index 5d55b7e..c43629b 100644 --- a/timestamp-router-action.kamelet.yaml +++ b/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"
