8000 Should 'pubsub.subscription.Subscription.pull()' support auto-acknowledge · Issue #798 · googleapis/google-cloud-python · GitHub
[go: up one dir, main page]

Skip to content
Should 'pubsub.subscription.Subscription.pull()' support auto-acknowledge #798
@tseaver

Description

@tseaver

In pull mode, the subscriber is responsible for sending an acknowledge request after fetching messages via pull. While separating the two allows for some advanced usage (e.g., to allow "peeking" at the queue, or to allow retries after certain kinds of errors), some applications might find having to manage the manual acknowledge burdensome.

Should we add a boolean acknowledge_immediately argument to Subscription.pull()? If so, what should its default value be?

Metadata

Metadata

Assignees

Labels

api: pubsubIssues related to the Pub/Sub API.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0