Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 429 Bytes

How to

  • Configure your connection values in Configuration.java class.
  • Use App*.Java to run a sample program:
    • AppRoducer.java: Just produce messages.
    • AppReadProcessWrite.java: Test full read-process-write with transactions in Apache Kafka.
    • AppReadProcessWriteNoTransaction: Test full read-process-write with NO transactions in Apache Kafka.
    • AppConsumerCommited: Read only commited messages.