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/01/15 17:12:49 UTC

[camel-kafka-connector-examples] branch master updated: Added AWS2-Kinesis sink example to list

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa974c7  Added AWS2-Kinesis sink example to list
fa974c7 is described below

commit fa974c7e4014ce79d915e082e1b89522d9f967d9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 15 18:12:02 2021 +0100

    Added AWS2-Kinesis sink example to list
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 7562540..894ad4c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -7,8 +7,8 @@ List of existing examples:
 - AWS-S3 to JMS example
 - AWS2-IAM sink multiple examples
 - AWS2-lambda sink example
-- AWS2-kinesis-firehose sink example
-- AWS2-Kinesis source example
+- AWS2-Kinesis-firehose sink example
+- AWS2-Kinesis source and sink example
 - AWS2-S3 source and sink examples
 - AWS2-SNS sink example
 - AWS2-SQS source and sink examples