Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-6120

RecordCollectorImpl should not retry sending

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              mjsax Matthias J. Sax
              mjsax Matthias J. Sax
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: