tree: 347ee2e158288a3dfec5e1a5afac894c23a4cba9 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/exactly-once/README.md

Examples for end-to-end exactly-once

Read from Kafka, write to JDBC

This application shows exactly-once output to JDBC through transactions:

Application

Test

Read from Kafka, write to Files

This application shows exactly-once output to HDFS through atomic file operation:

Application

Test