Skip to content

Commit

Permalink
customer bill writer also to consume topics (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit authored Dec 12, 2024
1 parent 1d1652f commit d6a720d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ module "account_identity_account_api_v2" {

module "account_identity_account_api_v2_customer_bill_writer" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_events_v2.name]
consume_groups = ["account-identity.account-api-v2-customer-bill-writer"]
produce_topics = [kafka_topic.account_identity_account_bill_writes_public.name]
cert_common_name = "account-platform/account_api_v2_customer_bill_writer"
}
Expand Down
2 changes: 2 additions & 0 deletions prod-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ module "account_identity_account_api_v2" {

module "account_identity_account_api_v2_customer_bill_writer" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_events_v2.name]
consume_groups = ["account-identity.account-api-v2-customer-bill-writer"]
produce_topics = [kafka_topic.account_identity_account_bill_writes_public.name]
cert_common_name = "account-platform/account_api_v2_customer_bill_writer"
}
Expand Down

0 comments on commit d6a720d

Please sign in to comment.