Process Flow - Exactly-once stream processing
Start Stream Processing
Read Input Record
Process Record
Begin Transaction
Write Output Record
Acknowledge Input
Commit Transaction
Next Record or End
The flow reads each record, processes it, writes output within a transaction, acknowledges input by sending offsets to the transaction, commits to ensure exactly-once, then moves on.