This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git.
from 70e5d0a Add jettison dependency to correct marshalling
new 0145b51 Add a more complex example showing how to use a custom AWS
Kinesis configuration
new 8a09607 Use a property for the amazon host address
new 0c0f773 Merge pull request #23 from orpiske/kinesis-advanced
The 45 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../aws-kinesis-channel.yaml | 0
.../aws-kinesis-consumer.groovy | 3 +
.../aws-kinesis-producer.groovy | 4 +-
.../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 | 83 +++++++++-----
.../readme.md | 0
README.md | 1 +
11 files changed, 332 insertions(+), 32 deletions(-)
copy {04-aws-kinesis-source-basic =>
90-aws-kinesis-customized-event-source}/aws-kinesis-channel.yaml (100%)
copy {04-aws-kinesis-source-basic =>
90-aws-kinesis-customized-event-source}/aws-kinesis-consumer.groovy (67%)
copy {04-aws-kinesis-source-basic =>
90-aws-kinesis-customized-event-source}/aws-kinesis-producer.groovy (73%)
create mode 100644
90-aws-kinesis-customized-event-source/aws-kinesis-source.yaml
create mode 100644
90-aws-kinesis-customized-event-source/aws-kinesis.properties
create mode 100644
90-aws-kinesis-customized-event-source/extra/custom-kinesis-configuration/pom.xml
create mode 100644
90-aws-kinesis-customized-event-source/extra/custom-kinesis-configuration/src/main/java/org/apache/camel/k/examples/CustomKinesisConfiguration.java
create mode 100644 90-aws-kinesis-customized-event-source/extra/localstack.yaml
copy {04-aws-kinesis-source-basic =>
90-aws-kinesis-customized-event-source}/readme.didact.md (66%)
copy {11-knative-source-slack =>
90-aws-kinesis-customized-event-source}/readme.md (100%)