+1 (binding)
Thanks Aditya for the KIP!
> On 17 Apr 2026, at 12:26, Aditya Kousik <[email protected]> wrote:
>
> Hi everyone,
>
> I'd like to start a vote on KIP-1306: Extend ConsumerRebalanceListener with
> Consumer-aware methods. Popular frameworks rework the rebalance listener by
> passing the full consumer reference into callback methods to support
> bookkeeping ops like commit, seek. This KIP introduces 3 new default methods
> in ConsumerRebalanceListener to achieve this. It deprecates existing
> subscribe() methods on Consumer that take a rebalance listener arg and
> introduces a new setConsumerRebalanceListener method going forward.
>
> KIP: https://cwiki.apache.org/confluence/x/9ZU8G
> Discussion thread:
> https://lists.apache.org/thread/8nmybx73f0tmjlb56sdophvoy4yomlx2
>
> Thanks,
> Aditya Kousik