-
Notifications
You must be signed in to change notification settings - Fork 6
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: Adding bigtable and pubsub support for GCP #176
base: main
Are you sure you want to change the base?
Conversation
4486d82
to
454b376
Compare
modules/pubsub/main.tf
Outdated
member = local.sa_member | ||
} | ||
|
||
resource "google_pubsub_topic" "run_updates_v2" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can skipt this -- it is regrettably a legacy thing that we are trying to remove.
modules/pubsub/main.tf
Outdated
member = local.sa_member | ||
} | ||
|
||
resource "google_pubsub_subscription" "flat_run_fields_updater_v2" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to have message ordering enabled for this: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/pubsub_subscription#enable_message_ordering-1
…ic to match what is used in kafka
No description provided.