You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?