You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Works fine for few minutes until the server becomes UNAVAILABE (error 14, code 8a75). After that, the stream stops receiving events.
I know that some of the error codes for PubSub are "retryable", such as this one. I took a quick look at Java and Python PubSub clients at GitHub, and apparently there is some kind of "auto-retry" for UNAVAILABLE errors.
Is there such a feature in the node client? If not, should I expect this for v1.0 ?
If it is not possible to auto reestablish the connection, how can I do this manually?
Environment details
@google-cloud/pubsubversion: 0.20.1Steps to reproduce
I know that some of the error codes for PubSub are "retryable", such as this one. I took a quick look at Java and Python PubSub clients at GitHub, and apparently there is some kind of "auto-retry" for UNAVAILABLE errors.
Is there such a feature in the node client? If not, should I expect this for v1.0 ?
If it is not possible to auto reestablish the connection, how can I do this manually?
Thanks for the help.