Skip to content

Commit 53cc046

Browse files
[hex-602] Enable consumption of account unified events to new consumer (#1049)
1 parent caf8f5c commit 53cc046

File tree

2 files changed

+16
-0
lines changed
  • dev-aws/kafka-shared-msk/account-identity
  • prod-aws/kafka-shared-msk/account-identity

2 files changed

+16
-0
lines changed

dev-aws/kafka-shared-msk/account-identity/account.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,14 @@ module "contact_channels_account_events_consumer" {
428428
consume_groups = ["contact-channels.account-events-consumer"]
429429
}
430430

431+
# Consume from account-identity.account.unified.events
432+
module "contact_channels_external_contacts_account_consumer" {
433+
source = "../../../modules/tls-app"
434+
cert_common_name = "contact-channels/genesys-external-contacts-account-consumer"
435+
consume_topics = [kafka_topic.account_identity_account_unified_events.name]
436+
consume_groups = ["contact-channels.genesys-external-contacts-account-consumer"]
437+
}
438+
431439
# Consume from account-identity.legacy.account.events
432440
module "customer_support_crm" {
433441
source = "../../../modules/tls-app"

prod-aws/kafka-shared-msk/account-identity/account.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,14 @@ module "contact_channels_account_events_consumer" {
395395
consume_groups = ["contact-channels.account-events-consumer"]
396396
}
397397

398+
# Consume from account-identity.account.unified.events
399+
module "contact_channels_external_contacts_account_consumer" {
400+
source = "../../../modules/tls-app"
401+
cert_common_name = "contact-channels/genesys-external-contacts-account-consumer"
402+
consume_topics = [kafka_topic.account_identity_account_unified_events.name]
403+
consume_groups = ["contact-channels.genesys-external-contacts-account-consumer"]
404+
}
405+
398406
# Consume from account-identity.legacy.account.events
399407
module "customer_support_crm" {
400408
source = "../../../modules/tls-app"

0 commit comments

Comments
 (0)