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 Mar 17, 2026. It is now read-only.
flowControl.maxMessagesis seemingly being ignored. I've created a small focused test repo to highlight the issue.Environment details
@google-cloud/pubsubversion: 1.1.2Steps to reproduce
See: https://github.com/sjb933/gcloud-pubsub-maxMessage-bug
npm installtest.tsand populateGOOGLE_PROJECT_IDwith a proper project ID which you have authenticated access tonpm startObservations:
Expected: 10 messages published, only 2 process concurrently.
Actual: 10 messages published, all 10 process concurrently.