Skip to content

Commit

Permalink
Add new consumer group to accounts v2 indexer (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit authored Dec 6, 2024
1 parent 9b20a86 commit c868699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module "account_identity_account_atomic_v1_indexer" {
module "account_identity_account_events_v2_indexer" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_events_v2.name]
consume_groups = ["account-identity.account-events-v2-aws"]
consume_groups = ["account-identity.account-events-v2-aws", "account-identity.account-events-v2-business-creation-events"]
cert_common_name = "account-platform/account_events_v2_indexer"
}

Expand Down
2 changes: 1 addition & 1 deletion prod-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ module "account_identity_account_events_created_in_bill_indexer" {
module "account_identity_account_events_v2_indexer" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_events_v2.name]
consume_groups = ["account-identity.account-events-v2-aws"]
consume_groups = ["account-identity.account-events-v2-aws", "account-identity.account-events-v2-business-creation-events"]
cert_common_name = "account-platform/account_events_v2_indexer"
}

Expand Down

0 comments on commit c868699

Please sign in to comment.