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-runtime.git.
from c0e152b Added README for cron example new 43594a6 Added a Java example of kafka source to AWS S3 new 1b4013f Kafka source S3 Example: Fixed README The 2 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: examples/kafka-source-s3/README.md | 143 +++++++++++++++++++++ .../kafka-source-s3/data}/MyRoutes.java | 7 +- .../data/application.properties | 12 +- examples/{java => kafka-source-s3}/pom.xml | 7 +- .../src/main/resources/application.properties | 0 examples/pom.xml | 1 + 6 files changed, 158 insertions(+), 12 deletions(-) create mode 100644 examples/kafka-source-s3/README.md copy {camel-k-loader-java/impl/src/test/resources => examples/kafka-source-s3/data}/MyRoutes.java (83%) copy examples/{yaml => kafka-source-s3}/data/application.properties (85%) copy examples/{java => kafka-source-s3}/pom.xml (95%) copy examples/{yaml => kafka-source-s3}/src/main/resources/application.properties (100%)