You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/07/16 07:18:56 UTC

[camel-k-examples] branch master updated: Added a note about the possibility of configuring the stream name

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b3fc99b  Added a note about the possibility of configuring the stream name
b3fc99b is described below

commit b3fc99b5fc071a2e0e64f3153d342eda9e896cd1
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Wed Jul 15 09:39:21 2020 +0200

    Added a note about the possibility of configuring the stream name
---
 04-aws-kinesis-source-basic/aws-kinesis-source.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/04-aws-kinesis-source-basic/aws-kinesis-source.yaml b/04-aws-kinesis-source-basic/aws-kinesis-source.yaml
index 8bda7a1..cf6549f 100644
--- a/04-aws-kinesis-source-basic/aws-kinesis-source.yaml
+++ b/04-aws-kinesis-source-basic/aws-kinesis-source.yaml
@@ -19,6 +19,8 @@ spec:
         - mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/2.10.4
     flow:
       from:
+        # On the URI below, the Kinesis stream named 'stream' can be adjusted
+        # to any value suitable in your scenario (ie.: aws-kinesis:my-stream-name)
         uri: aws-kinesis:stream
         parameters:
           secretKey: "{{aws.kinesis.secretKey}}"