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
StreamingPull could enable a more consistent message pull experience. Currently I am experiencing arbitrary pull delays in the order of seconds. Adding a StreamingPull implementation may address this. Either way, a StreamingPull implementation is a good step towards 1.0 of this library.
PubSub was designed for high throughput and high message volumes and latency under low load has been experienced by many. See thisStackOverflow post and this Issue in the NodeJS pubsub library.
The text was updated successfully, but these errors were encountered:
StreamingPull could enable a more consistent message pull experience. Currently I am experiencing arbitrary pull delays in the order of seconds. Adding a StreamingPull implementation may address this. Either way, a StreamingPull implementation is a good step towards 1.0 of this library.
See Google PubSub's StreamingPull docs
PubSub was designed for high throughput and high message volumes and latency under low load has been experienced by many. See thisStackOverflow post and this Issue in the NodeJS pubsub library.
The text was updated successfully, but these errors were encountered: