You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/10/25 22:48:00 UTC

[jira] [Created] (KAFKA-6120) RecordCollectorImpl should not retry sending

Matthias J. Sax created KAFKA-6120:
--------------------------------------

             Summary: RecordCollectorImpl should not retry sending
                 Key: KAFKA-6120
                 URL: https://issues.apache.org/jira/browse/KAFKA-6120
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 1.0.0
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax
             Fix For: 1.1.0, 1.0.1


Currently, RecordCollectorImpl implements an internal retry loop for sending data with a hard coded retry maximum. This raises the problem, that data might be send out-of-order while at the same time, does not improve the overall resilience much, as the number of retires is hardcoded.

Thus, we should remove this loop and only rely an producer configuration parameter {{retires}} that uses can configure accordingly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)