Closed n-e closed 6 months ago
We were just talking about this last week. @kamalaboulhosn This might fit into that discussion.
Ping @kamalaboulhosn, not sure what the state of the INTERNAL retries is.
We're reassessing the errors for auto-retry now, will consider this as part of that.
Hi,
We're getting transient INTERNAL errors when calling createTopic or createSubscription:
According to the docs, these errors can be retried.
However, the nodejs client doesn't retry them, see https://github.com/googleapis/nodejs-pubsub/blob/main/src/v1/subscriber_client_config.json#L46 for example.
Should this be changed, at least for idempotent requests?