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

thw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git.


    from 783b7fe  APEXMALHAR-2530 Refactored AbstractAppDataSnapshotServer so 
that subclasses don't need schemas
     new 42bfa56  Kafka to JDBC exactly-once example.
     new 4aa3812  Use algo/UniqueCounter to reduce code
     new ddbf26f  Atomic file output app
     new 9ad8447  APEXMALHAR-2233 Migrate exactly-once examples.
     new 658cafc  Expand README and improve formatting.

The 5 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/exactly-once/README.md                    |  38 ++++++
 examples/{transform => exactly-once}/pom.xml       |  35 +++---
 .../src/assemble/appPackage.xml                    |   0
 .../exactlyonce/ExactlyOnceFileOutputApp.java      | 116 +++++++++++++++++
 .../exactlyonce/ExactlyOnceJdbcOutputApp.java      | 121 ++++++++++++++++++
 .../src/main/resources/META-INF/properties.xml     |  30 +++--
 .../exactlyonce/ExactlyOnceFileOutputAppTest.java  | 109 ++++++++++++++++
 .../exactlyonce/ExactlyOnceJdbcOutputTest.java     | 140 +++++++++++++++++++++
 .../src/test/resources/log4j.properties            |   4 +-
 examples/pom.xml                                   |   1 +
 10 files changed, 561 insertions(+), 33 deletions(-)
 create mode 100644 examples/exactly-once/README.md
 copy examples/{transform => exactly-once}/pom.xml (70%)
 copy examples/{throttle => exactly-once}/src/assemble/appPackage.xml (100%)
 create mode 100644 
examples/exactly-once/src/main/java/org/apache/apex/examples/exactlyonce/ExactlyOnceFileOutputApp.java
 create mode 100644 
examples/exactly-once/src/main/java/org/apache/apex/examples/exactlyonce/ExactlyOnceJdbcOutputApp.java
 copy examples/{ftp => exactly-once}/src/main/resources/META-INF/properties.xml 
(59%)
 create mode 100644 
examples/exactly-once/src/test/java/org/apache/apex/examples/exactlyonce/ExactlyOnceFileOutputAppTest.java
 create mode 100644 
examples/exactly-once/src/test/java/org/apache/apex/examples/exactlyonce/ExactlyOnceJdbcOutputTest.java
 copy examples/{dedup => exactly-once}/src/test/resources/log4j.properties (98%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@apex.apache.org" <commits@apex.apache.org>'].

Reply via email to