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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d6c7fb0  Regen
     new 73e52e1  CAMEL-13964: Add debezium example using Cassandra with MySQL
     new 2f3aea6  CAMEL-13964: Add example to parent pom and change some 
logging to debug
     new 0c643c7  CAMEL-13964: Use camel-main instead of blocking thread 
manually
     new b855fca  CAMEL-13964: Remove the invocation of PropertiesComponent

The 4 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/camel-example-debezium/.gitignore         |   1 +
 examples/camel-example-debezium/README.adoc        |  91 +++++++++++++++++
 .../pom.xml                                        |  38 +++++---
 .../debezium/DebeziumMySqlConsumerToKinesis.java   | 108 +++++++++++++++++++++
 .../debezium/KinesisProducerToCassandra.java       | 107 ++++++++++++++++++++
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 .../src/main/resources/application.properties      |  24 ++++-
 .../src/main}/resources/log4j2.properties          |   0
 examples/pom.xml                                   |   1 +
 10 files changed, 352 insertions(+), 18 deletions(-)
 create mode 100644 examples/camel-example-debezium/.gitignore
 create mode 100644 examples/camel-example-debezium/README.adoc
 copy examples/{camel-example-google-pubsub => camel-example-debezium}/pom.xml 
(73%)
 create mode 100644 
examples/camel-example-debezium/src/main/java/org/apache/camel/example/debezium/DebeziumMySqlConsumerToKinesis.java
 create mode 100644 
examples/camel-example-debezium/src/main/java/org/apache/camel/example/debezium/KinesisProducerToCassandra.java
 copy {tooling/maven/camel-package-maven-plugin => 
examples/camel-example-debezium}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-package-maven-plugin => 
examples/camel-example-debezium}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy 
platforms/spring-boot/components-starter/camel-lucene-starter/src/main/resources/META-INF/spring.factories
 => examples/camel-example-debezium/src/main/resources/application.properties 
(59%)
 copy {tests/camel-itest-osgi/src/test => 
examples/camel-example-debezium/src/main}/resources/log4j2.properties (100%)

Reply via email to