Make initial modack asynchronous #1127
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.
See this bug in the issue tracker for context. The initial modack is initiated synchronously upon receiving a message. In contrast, Java queues them to happen asynchronously. This appears to have some performance implications. We should instead queue these up to happen asynchronously, though we need to ensure we execute them relatively soon. Right now, they could happen as late as 90% of the ack deadline.
The text was updated successfully, but these errors were encountered: