This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Synchronous commits? #1
Open
Description
Should we synchronously commit (topic, partition, offset) after reading each Kafka record? If we don't, suppose we read and process messages 1, 2, and 3 concurrently, and the middle one fails, and then the reader does its periodic commit. The offset will be set to 4, even though 2 failed...
Metadata
Metadata
Assignees
Labels
No labels