Allow users to have more control over the MIN_ACK_DEADLINE value #455
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Context: This comment and the discussion that followed.
A user would like to set an initial streaming pull ACK deadline to a custom value, but we currently use MIN_ACK_DEADLINE. We should allow the user to set that, subject to the constraint that it must fall into the [MIN_ACK_DEADLINE, MAX_ACK_DEADLINE] interval (we can gracefully adjust that, with possibly issuing a warning).
Quoting @kamalaboulhosn:
The text was updated successfully, but these errors were encountered: