You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/08/05 05:23:41 UTC

[camel-k-examples] 04/04: Examples reordering

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kafka-to-sqlserver
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 0ff627455620221e1bc74144258007973f70c0c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 5 07:23:15 2021 +0200

    Examples reordering
---
 kamelets/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/README.md b/kamelets/README.md
index e2ba0bd..81b5c3a 100644
--- a/kamelets/README.md
+++ b/kamelets/README.md
@@ -15,10 +15,10 @@ All the Kamelet examples in this folder have been tested on Camel-K 1.5.0.
 - [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 Log with Secret](./aws-s3-to-log-with-secret): Create a Kamelet binding between an AWS S3 Source Kamelet and a Log Sink Kamelet and define S3 credentials through Kubernetes secret
 - [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.
+- [Kafka 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.
 - [Kafka to Kafka with Regex router](./kafka-to-kafka-with-regex-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Regex Router Action.
 - [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.
-- [Kafka 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.
 - [Kafka to SQL Server](./kafka-to-sqlserver): Create a Kamelet binding between a Kafka Source Kamelet and a SQL Sink Kamelet.
 - [PostgreSQL to Log](./postgresql-to-log): Create a Kamelet binding between a PostgreSQL Source Kamelet and a Log Sink Kamelet.