You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sasaki Toru (Jira)" <ji...@apache.org> on 2020/07/26 15:42:00 UTC

[jira] [Created] (KAFKA-10309) KafkaProducer's sendOffsetsToTransaction should not block infinitively

Sasaki Toru created KAFKA-10309:
-----------------------------------

             Summary: KafkaProducer's sendOffsetsToTransaction should not block infinitively
                 Key: KAFKA-10309
                 URL: https://issues.apache.org/jira/browse/KAFKA-10309
             Project: Kafka
          Issue Type: Improvement
          Components: clients
    Affects Versions: 2.5.0
            Reporter: Sasaki Toru
            Assignee: Sasaki Toru


Currently, KafkaProducer's sendOffsetsToTransaction maybe block infinitively when Kafka cluster go down.

It's considered that this method should be affected with max.block.ms to avoid block infinitively, like other transaction-related methods such as initTransaction and commitTransaction, etc.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)