Skip to content

Example of create a streaming process with transaction in kafka

Notifications You must be signed in to change notification settings

rlanhellas/read-process-write-transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example of create a streaming process with transaction in kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages