Megan Potter
Megan Potter
For adding Node samples for the following tags: * pubsub_cloudstorage_subscription * Messages sent to a topic from a storage bucket changes * ref: 284016504 * pubsub_create_cloud_storage_subscription * Messages published to...
For a Node sample for creating a push subscription with payload unwrapping enabled. ref: 285019848
We are planning to add updates to the close() methods to allow for a more deterministic shutdown process. This will take care of issues like these: https://github.com/googleapis/nodejs-pubsub/issues/1860 https://github.com/googleapis/nodejs-pubsub/issues/1856 https://github.com/googleapis/nodejs-pubsub/issues/1665 https://github.com/googleapis/nodejs-pubsub/issues/1648...
Fixes: https://github.com/googleapis/nodejs-pubsub/issues/1742
Adds an AsyncHelper class to the Node Pub/Sub library that helps to process messages in order even with an async handler. For ordering queues especially, it was problematic to try...
I noticed this when I was working on something else entirely, and I'm not sure I want to try to fix it as part of this (may be a breaking...
Example: https://github.com/googleapis/gax-nodejs/releases/tag/google-logging-utils-v1.1.0 This ends up giving the release automation a package.json with no version. https://github.com/googleapis/gax-nodejs/pull/1714
There are some uses for this, like if you have a sample snippet that doesn't have an officially registered tag. Right now, all code paths remove any such sample from...
As discussed in the internal doc, as a first step to getting this work moving, we intend to make this change manually for now. Updating internal SCM will come shortly.
GitHub changed their quota limits for loading files by non-logged-in bots, and now linkinator basically never works. Most of our other repos have stopped running it as a PR pre-check,...