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
{{ message }}
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
pubsub version(s): google-cloud-pubsub lib, 1.103.1 or 1.108.6 version
Steps to reproduce
Create subscription with ackDeadline=600 seconds
Publish solid number of messages (in my case it was ~20k stale messages with 1 rps increase)
Create a com.google.cloud.pubsub.v1.Subscriber with 8 outstanding elements that is instantly putting incoming messages into queue and queue consumer that is consuming and acknowledging messages from the queue with 2 rps throughput:
acknowledge message operations chart should have ~45 min periods, where during ~15 first mins all acks are success and ~30 following mins all acks are expired:
streaming pull message operations chart should have unavailable response codes each ~45 mins:
Environment details
Steps to reproduce
Hope for your attention. Thanks!