-
Notifications
You must be signed in to change notification settings - Fork 119
Clamp ack deadline seconds in subscriber? #4134
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.
Description
Determine if we need to clamp the ack deadline seconds in the subscriber between 10 and 600.
The proto documentation says this is the allowable range. The C++ client clamps to this range.
When I try sending the server values outside of this range, nothing errors immediately. Interesting.
I will ask the Pub/Sub folks and report back. If they do not know, the safest course of action is to clamp values.
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.