From 4eab78e7b958125d7ad22d54cbdab1cc9a664d59 Mon Sep 17 00:00:00 2001 From: Anand Logan <117679402+alog-enquizit@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:54:50 -0700 Subject: [PATCH] Cndit 1729: Adding the notification table to the list of tables to be monitored in debezium service in INT and TEST environments (#558) * Rolling out the latest changes for RTR in INT1 and TEST. Update the images with the latest tags * Adding the notifcation table to the list of tables to be monitored in the debezium service. * Adding the notifcation table to the list of tables to be monitored in the debezium service. --- charts/debezium/values-int1.yaml | 2 +- charts/debezium/values-test1.yaml | 2 +- charts/debezium/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/debezium/values-int1.yaml b/charts/debezium/values-int1.yaml index 2cb1d896..351fb346 100644 --- a/charts/debezium/values-int1.yaml +++ b/charts/debezium/values-int1.yaml @@ -64,7 +64,7 @@ connect: "snapshot.mode": "no_data", "schema.history.internal.kafka.topic": "odse-schema-history", "schema.history.internal.kafka.bootstrap.servers": "b-2.cdcnbsint1developmentm.8u6ipl.c2.kafka.us-east-1.amazonaws.com:9092,b-1.cdcnbsint1developmentm.8u6ipl.c2.kafka.us-east-1.amazonaws.com:9092", - "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data", + "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data, dbo.Notification", "tasks.max": "1", "topic.prefix": "cdc", "topic.creation.default.replication.factor": 2, diff --git a/charts/debezium/values-test1.yaml b/charts/debezium/values-test1.yaml index 0c33f9a1..cb7ca7fa 100644 --- a/charts/debezium/values-test1.yaml +++ b/charts/debezium/values-test1.yaml @@ -64,7 +64,7 @@ connect: "snapshot.mode": "no_data", "schema.history.internal.kafka.topic": "odse-schema-history", "schema.history.internal.kafka.bootstrap.servers": "b-1.cdcnbstestdevelopment.toyoo7.c10.kafka.us-east-1.amazonaws.com:9092,b-2.cdcnbstestdevelopment.toyoo7.c10.kafka.us-east-1.amazonaws.com:9092", - "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data", + "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data, dbo.Notification", "tasks.max": "1", "topic.prefix": "cdc", "topic.creation.default.replication.factor": 2, diff --git a/charts/debezium/values.yaml b/charts/debezium/values.yaml index 12c68842..01ddfeaa 100644 --- a/charts/debezium/values.yaml +++ b/charts/debezium/values.yaml @@ -66,7 +66,7 @@ connect: "snapshot.mode": "no_data", "schema.history.internal.kafka.topic": "odse-schema-history", "schema.history.internal.kafka.bootstrap.servers": "EXAMPLE_MSK_KAFKA_ENDPOINT", - "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data", + "table.include.list":"dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.state_defined_field_data, dbo.Notification", "tasks.max": "1", "topic.prefix": "cdc", "topic.creation.default.replication.factor": 2,