This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit 267521921833dd4dabb1dc563a0ca0f6b217a150 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jul 2 15:04:14 2021 +0200 Added Example to list --- kamelets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/README.md b/kamelets/README.md index 4e1b59b..c14565f 100644 --- a/kamelets/README.md +++ b/kamelets/README.md @@ -13,3 +13,4 @@ All the Kamelet examples in this folder have been tested on Camel-K 1.5.0 SNAPSH ## Examples List - [AWS S3 to Log](./aws-s3-to-log): Create a Kamelet binding between an AWS S3 Source Kamelet and a Log Sink Kamelet +- [AWS S3 to Kafka with Timestamp router](./aws-s3-to-kafka-with-timestamp-router): Create a Kamelet binding between an AWS S3 Source Kamelet and a Kafka Sink Kamelet, with the usage of the Timestamp Router Action.