Megan Potter

Results 183 comments of Megan Potter

> Hi @feywind, by when can i expect a stable release for this? It would be an extremely important piece which would help to avoid unnecessary patching from our end...

@naseemkullah The delay has been annoying for sure. The good news is, this is being reviewed in pieces and there will hopefully be a beta release soon.

There's one more of these in the review queue right now: https://github.com/feywind/nodejs-pubsub/pull/5 Some fabulous people on our side have been working to harmonize our span design a bit more with...

@hongalex The sample needs updating, but this should more or less be the finished PR now. Thanks for all the review help.

This is now testable in beta form. I installed in a test project like so: `npm i --save @google-cloud/pubsub@otel-beta` The resulting package.json looks like this: ```json { "dependencies": { "@google-cloud/opentelemetry-cloud-trace-exporter":...

@brent-statsig Yeah, this is something we're planning to address. Right now there isn't really a consistent way to deal with queued ack/modack/nack messages on close. There are a few other...

@seo-rii Ah, interesting, that doesn't seem unreasonable, though we'd have to make sure the gapic classes will also work with array buffers. I'm curious, if you don't mind sharing more...

I'm starting to think that this issue is related: https://github.com/googleapis/nodejs-pubsub/issues/1213 > it still seems like something strange is happening with the retries, because with them enabled we were seeing the...

@mgabeler-lee-6rs Yes, you're right - I think I misread the comment I quoted, apologies.

I can't really help with code writing but I do think it's worth asking, why do those subscriptions go dark? Is it something you expect in your app, or do...