-
Notifications
You must be signed in to change notification settings - Fork 119
Support exactly-once subscribe #3964
Copy link
Copy link
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
To support exactly once subscribe, we will need to:
LeaseInfoAckError(doesn't have to be perfect)LeaserandDefaultLeaserexactly_once::LeasesLeaseState(no retries)ack(),nack()confirmed_ack()to the handlerExactlyOncehandler branch