You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement cooperative shard handoff for consumer-group rebalancing.
Preserve parent/child shard ordering so child shards wait for parent completion.
Release consumer-group shards cleanly on graceful shutdown.
Improve throttling retry handling and buffered checkpoint flushing.
Breaking Change
Remove the lease-stealing API introduced during the consumer-group work. This release is cut as v0.5.0 instead of a patch release because that public API surface was removed.
Included Changes
Fix buffered checkpoint flushing on scan exit (#189)