+1 (binding) nit: in the "Migration Plan"
``` consumer.close(CloseOption.timeout(Duration.ofSeconds(30)) .withGroupMembershipOperation(GroupMembershipOperation.DEFAULT)); ``` The sample above can likely be simplified, right? ``` consumer.close(CloseOption.timeout(Duration.ofSeconds(30))); ``` Best, Chia-Ping TengYao Chi <kiting...@gmail.com> 於 2024年10月7日 週一 上午10:23寫道: > Hi everyone, > > Based on our discussion > <https://lists.apache.org/thread/023mo7lk1vfvljjoovwbzwmw9wvf5t6m> > regarding KIP-1092 <https://cwiki.apache.org/confluence/x/JQstEw>, I > believe this KIP is now ready for a vote. > > Sincerely, > TengYao >