v1 SubscriberClient Pull request always fails with DEADLINE_EXCEEDED #1869
Labels
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
We are attempting to update our solution to use the v1.SubscriberClient instead of the streaming pull wrapper so we can block and backpressure when our downstream is experiencing issues.
When switching to the v1 client we are unable to ever pull any messages from the topic, when the same credentials setup and options work for the wrapper.
The sync pull example is what i was trying to follow. https://github.com/googleapis/nodejs-pubsub/blob/main/samples/typescript/synchronousPull.ts
I have been unable to find any other relevant examples and I am not sure what options I am missing to get this to succeed.
The text was updated successfully, but these errors were encountered: