You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sudesh Wasnik (Jira)" <ji...@apache.org> on 2022/10/27 12:48:00 UTC

[jira] [Created] (KAFKA-14339) producer commits-transaction even if offsetWriter faces serializationError

Sudesh Wasnik created KAFKA-14339:
-------------------------------------

             Summary: producer commits-transaction even if offsetWriter faces serializationError
                 Key: KAFKA-14339
                 URL: https://issues.apache.org/jira/browse/KAFKA-14339
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
            Reporter: Sudesh Wasnik


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. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)