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

feat: optional existence checking #21

Conversation

cristobalgvera
Copy link
Contributor

Added a new attribute called checkExistence that allows users to decide whether they want the existence check process for topics and subscriptions when creating the GCP Pub/Sub client instances.

This is closely related to the recent inclusion of the init parameter.

This change will helps users to accomplish two actions:

  1. Avoid requiring additional GCP service account permissions to check existence.
  2. Improve the speed when launching their projects due to the lack of existence checking.

@p-fedyukovich p-fedyukovich merged commit a468577 into p-fedyukovich:master Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants