This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-to-s3-streaming in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit 2c230ab9026cb45269ccc1d03da6473a49a95d41 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 2 10:42:08 2021 +0200 Kafka to AWS S3 Streaming Upload Example --- kamelets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/README.md b/kamelets/README.md index d0b7179..879f2ea 100644 --- a/kamelets/README.md +++ b/kamelets/README.md @@ -18,4 +18,5 @@ All the Kamelet examples in this folder have been tested on Camel-K 1.5.0. - [Kafka to Kafka with Manual commit](./kafka-to-kafka-with-manual-commit): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Manual Commit Action. - [Kafka to Kafka with Timestamp router](./kafka-to-kafka-with-timestamp-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Timestamp Router Action. - [Kafka to Log with Value to Key](./kafka-to-log-with-value-to-key): Create a Kamelet binding between a Kafka Source Kamelet and a Log Sink Kamelet, with the usage of the Value to Key Action. +- [PostgreSQL to AWS S3 Streaming Upload](./kafka-to-s3-streaming-upload): Create a Kamelet binding between a Kafka Source Kamelet and a AWS S3 Streaming Upload Sink Kamelet. - [PostgreSQL to Log](./postgresql-to-log): Create a Kamelet binding between a PostgreSQL Source Kamelet and a Log Sink Kamelet.
