File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed 
dev-aws/kafka-shared-msk/account-identity 
prod-aws/kafka-shared-msk/account-identity Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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
432440module  "customer_support_crm"  {
433441  source            =  " ../../../modules/tls-app" 
Original file line number Diff line number Diff 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
399407module  "customer_support_crm"  {
400408  source            =  " ../../../modules/tls-app" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments