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
feat(queue/sql): add subscriber with partition leasing and offset tracking
- Implement Subscriber interface with partition-based message polling
- Add partition lease management for distributed workers
- Add offset tracking per partition for consumption progress
- Extend MessageStore interface with FetchByOffset, SetVisibilityTimeout, MoveToDLQ
- Add OffsetStore interface for offset management
- Add PartitionLeaseStore interface for partition leasing
- Generate mocks for all three store interfaces
- Add standardized metric tags (topic + partition_key) across all operations
- Add comprehensive test coverage for subscription, ack/nack, and error handling
0 commit comments