[ https://issues.apache.org/jira/browse/KAFKA-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283583#comment-15283583 ]
Gary Russell commented on KAFKA-3412: ------------------------------------- Given that this is considered a Blocker, are there any plans to fix it in 0.9.0.2? > 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 > Priority: Blocker > Fix For: 0.10.1.0, 0.10.0.0 > > > 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)