Hi Guozhang,
Thank you so much for your reply. Follow up questions:
1. We are using default onPartitionAssigned callback, not customized one.
What do you think would be the possible reason of the heavy callback? Can
you point me the actual implementation class for Java 0.9.0.1 driver?
2. Does con
Hello Jun,
The reason that the group is bouncing between generation 0 and 1 is that it
is iteratively removed as an empty group after the only member is removed,
and then re-create the group with the member jumping back to re-join.
My suspect is that your PartitionAssigned callback is too heavy,