> Jun Rao via dev <[email protected]> 於 2026年4月17日 凌晨4:57 寫道: > > Also, a group is deleted after the consumer has been idle longer > than offsets.retention.minutes. What's the semantic of to_start_time if the > group creation time is unavailable?
If the group is recreated, a new creation time will be recorded. Hence, it acts like a new group. Plus, it throws an exception directly if the group truly has no creation time.
