sq01: We also have to update the SyncGroup request handling to only return REBALANCE_IN_PROGRESS when the member's epoch is behind the target assignment epoch, not the group epoch. Thanks to Dongnuo for pointing this out.
On Thu, Jan 8, 2026 at 5:40 PM Dongnuo Lyu via dev <[email protected]> wrote: > Hi Sean, thanks for the KIP! I have a few questions as follows. > > dl01: Could we mention the handling when the group metadata or topic > partition metadata is changed or deleted during the async assignor run? > > dl02: This might be a question for the overall coordinator executor - do we > have plans to apply an explicit size limit to the executor queue? If many > groups trigger offloaded assignments simultaneously, should we apply some > backpressure for protection? > > Also resonate with dj05, for small groups default ` > min.assignor.interval.ms` > to 5s might not be necessary, so not sure if we want to make the batch > assignment default. Or it might be good to have a per group enablement. > > Thanks > Dongnuo >
