Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 SubscriberClient Pull request always fails with DEADLINE_EXCEEDED #1869

Open
brianfranko22 opened this issue Jan 4, 2024 · 0 comments
Open
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.

Comments

@brianfranko22
Copy link

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.

@brianfranko22 brianfranko22 added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Jan 4, 2024
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/nodejs-pubsub API. label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant