File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
prod-aws/kafka-shared-msk/account-identity Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,14 @@ module "quoting_platform_account_projector" {
434434 consume_groups = [" quoting-platform.account-projector" ]
435435}
436436
437+ # Consume from account-identity.account.unified.events
438+ module "energy_platform_contact_sync" {
439+ source = " ../../../modules/tls-app"
440+ cert_common_name = " energy-platform/services-gentrack-contact-sync"
441+ consume_topics = [kafka_topic . account_identity_account_unified_events . name ]
442+ consume_groups = [" energy-platform.services-gentrack-contact-sync" ]
443+ }
444+
437445module "account_identity_move_out_notifications" {
438446 source = " ../../../modules/tls-app"
439447 consume_topics = [kafka_topic . account_identity_public_account_events . name ]
You can’t perform that action at this time.
0 commit comments