-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pubsub API should not swallow exceptions by default #4914
Copy link
Copy link
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.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.
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.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.
Current behaviour, albeit documented, is to ignore errors in publishing. They will, eventually, maybe, bubble up in a different thread, but this behavious is surprising and useless. Most other APIs (in this library) are synchronous, to a fault. If nothing else, an option that doesn't say "only useful for debugging" should be provided (talking about autocommit).