-
Notifications
You must be signed in to change notification settings - Fork 119
Resumes for subscriber stream transient failures #4097
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
Description
The subscriber StreamingPull RPC needs a resume loop.
We have one bidi stream (in storage), which required a custom resume loop, so we wrote it in the storage crate.
The plan of record is to write the StreamingPull resume loop in the pubsub crate.
This issue is to track the implementation of the resume loop, with some reasonable resume policy. A non-goal is to define the resume policy APIs and make it configurable.
Reactions are currently unavailable
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.