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

Multiple commitAsync() calls causes SendFailedException in commit callback

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.9.0.1
    • 0.10.0.0
    • consumer
    • None

    Description

      If the user calls commitAsync() multiple times between poll() calls, some of them will succeed, but many will be rejected with SendFailedException. This is basically the result of NetworkClient only accepting one request to be sent at a time and the higher level ConsumerNetworkClient not retrying after send failures.

      Attachments

        Activity

          People

            hachikuji Jason Gustafson
            hachikuji Jason Gustafson
            Ewen Cheslack-Postava Ewen Cheslack-Postava
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: