Lease management settings should be consolidated in one place #1914
Labels
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, controlling min/max ack deadline is done in SubscriberOptions, but configuring the total extension (for a message's ack deadline) is in FlowControlOptions.
These are related settings and should be in the same place.
Separately, flow control options being in a the
lease-manager.ts
file seems strange, since lease management should only concern itself with modacks rather than flow/concurrency control.The text was updated successfully, but these errors were encountered: