Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In ExactlyOnceWorkerSourceTask, producer.commitTransaction is performed even if offsetWriter faces a serialization error.
This leads to no offsets being sent to the producer, but still trying to commit the transaction.