Hi all! I am using new client 0.9.0.1.
I found that when I call commitAsync multiple times before calling poll most of commits failed with SendFailedException. Here it is an example of code - https://gist.github.com/13h3r/42633bcd64b80ddffe6b Could you please explain commitAsync in more details? What is wrong with calling commitAsync multiple times? Should I call poll immediate after calling commitAsync? Should I precalculate offsets for multiple commits for every topic/partition to minimize number of offsets? Thanks!