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

Bug in async producer DefaultEventHandler retry logic

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • core
    • None

    Description

      In the DefaultEventHandler's retry loop, the logic should not return after a successful retry. Rather, it should set a boolean flag indicating that the retry was successful and exit or break the while loop. In the end it should throw an exception only the flag is false. Otherwise, it should continue the outer for loop and send remaining data to remaning brokers.

      Attachments

        Issue Links

          Activity

            People

              prashanth.menon Prashanth Menon
              prashanth.menon Prashanth Menon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: