Megan Potter

Results 189 comments of Megan Potter

I missed that there were two issues potentially related to this: https://github.com/googleapis/nodejs-pubsub/pull/1087 Do you know if 2.5.0 still has the issue?

@dozie Thanks for the update! @alexander-fenster Sorry to ping you again :D but could there be something introducing latency and doing its own batching of calls at the gax level?...

@kamalaboulhosn Since there's a question here about the server side... Is it possible that the service is doing some sort of batching or delaying to queue up more messages?

@kamalaboulhosn Gentle ping on this since it seems like it might be a service question at this point.

@killthekitten Ah, yeah. I've seen a few issues in the past with GCF losing track of async happening in the background. I'm glad you found something to help there. I'm...

Linked to the meta-issue about transport problems: b/242894947

Should be able to keep this open now that it has distinct commits.

I'm tracking review changes over here: https://github.com/googleapis/nodejs-pubsub/pull/1624

`We just want to publish the topic and forget the message and not really wait for it to finish. So in this case, can we skip await before the "topic.publish(messageBuffer)"...

@larsenqec Yeah, this sort of understanding is a really valid question, I think. I was trying to start an effort to make more of these bigger end-to-end examples so that...