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
Currently when trying to get or create a Pub/Sub topic/subscription we try to create the topic/subscription first and only if this fails with a AlreadyExistsException we try to get the topic/subscription. This is very inefficient for cases where the topic/subscription exists already. Instead I want to improve this so we try to get the topic/subscription first and only if this fails we try to create it.
The text was updated successfully, but these errors were encountered:
Currently when trying to get or create a Pub/Sub topic/subscription we try to create the topic/subscription first and only if this fails with a AlreadyExistsException we try to get the topic/subscription. This is very inefficient for cases where the topic/subscription exists already. Instead I want to improve this so we try to get the topic/subscription first and only if this fails we try to create it.
The text was updated successfully, but these errors were encountered: