Jason Gustafson created KAFKA-3412:
--------------------------------------

             Summary: Multiple commitAsync() calls causes SendFailedException 
in commit callback
                 Key: KAFKA-3412
                 URL: https://issues.apache.org/jira/browse/KAFKA-3412
             Project: Kafka
          Issue Type: Bug
          Components: consumer
    Affects Versions: 0.9.0.1
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to