Skip to content

Commit

Permalink
Add local consumer group to mapper tls app in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
martskins committed Nov 25, 2024
1 parent 4d7ecf6 commit 5a38c1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prod-aws/kafka-shared-msk/cbc/cbc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,10 @@ module "cbc_transaction_notification_mapper" {
kafka_topic.transaction_events_v3.name,
kafka_topic.paymentology_events_v1.name
]
consume_groups = ["cbc.cbc-transaction-notification-mapper-v2"]
consume_groups = [
"cbc.cbc-transaction-notification-mapper-v2",
"cbc.local-test-consumer-v1",
]
produce_topics = [
kafka_topic.lifecycle_events_v2.name,
kafka_topic.transaction_events_v3.name
Expand Down

0 comments on commit 5a38c1f

Please sign in to comment.