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.