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-k-examples.git
commit 0c0f7737cabb1d357602f30375800e014093df66 Merge: 70e5d0a 8a09607 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 29 12:09:29 2020 +0200 Merge pull request #23 from orpiske/kinesis-advanced Add a more complex example showing how to use a custom AWS Kinesis configuration .../aws-kinesis-channel.yaml | 7 + .../aws-kinesis-consumer.groovy | 16 ++ .../aws-kinesis-producer.groovy | 13 ++ .../aws-kinesis-source.yaml | 52 ++++++ .../aws-kinesis.properties | 2 + .../extra/custom-kinesis-configuration/pom.xml | 52 ++++++ .../k/examples/CustomKinesisConfiguration.java | 127 +++++++++++++ .../extra/localstack.yaml | 40 ++++ .../readme.didact.md | 208 +++++++++++++++++++++ 90-aws-kinesis-customized-event-source/readme.md | 1 + README.md | 1 + 11 files changed, 519 insertions(+)