Megan Potter
Megan Potter
This started out of this issue: https://github.com/googleapis/nodejs-pubsub/issues/979 I just reverted the change that exposed the stream cancellations, but they are still happening under the covers. I think it would behoove...
This will serve as the "trunk" branch for incoming EOS PRs. Please do not merge until everything has been approved from sub-PRs. Fixes https://github.com/googleapis/nodejs-pubsub/issues/1571 🦕
Split from 1425: I also have a few other questions, if someone can help me will really appreciate it
I also have a few other questions, if someone can help me will really appreciate it: I have been following this guide to publish to a topic and then handle...
This is in response to these two issues: https://github.com/googleapis/nodejs-pubsub/issues/974 https://github.com/googleapis/nodejs-pubsub/issues/976 It looks like the support is in for us to do this, but some samples could go a long way...
This is essentially step 8 of the PR seq doc. There are a few loose ends to tie up, but it's mostly done.
Work in progress for adding release machinery to the legacy-v2 branch.
This is the overall issue to cover the effort to add EOS to the Node library.
At the moment, the typeless-sample-bot only finds samples that have the `// [START foo]` tag in them. Unfortunately this also makes them show up in the sample browser, even when...
This PR adds support for OTel context propagation using the standard W3C headers as Pub/Sub attributes. It also harmonizes the spans we're using with the planned spans in other language...
This should add: * A min size flag, below which the compression won't happen * A flag that makes its way down into gRPC to enable compression for >min size...