From 86fada6c93e616d7ef02720a2e1c334d3895c1ed Mon Sep 17 00:00:00 2001 From: Anand Logan <117679402+alog-enquizit@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:23:57 -0700 Subject: [PATCH] Cndit 1729: Fix a spacing issue in the debezium service (#559) * 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. * Adding the notifcation table to the list of tables to be monitored in the debezium service. * Cndit 1729: Fix a spacing issue in the debezium service --- charts/debezium/values-dts1.yaml | 2 +- charts/debezium/values-int1.yaml | 2 +- charts/debezium/values-test1.yaml | 2 +- charts/debezium/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/debezium/values-dts1.yaml b/charts/debezium/values-dts1.yaml index 1bb4f176..3fdaa90d 100644 --- a/charts/debezium/values-dts1.yaml +++ b/charts/debezium/values-dts1.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.nrtreporting.rx5iwx.c5.kafka.us-east-1.amazonaws.com:9092,b-2.nrtreporting.rx5iwx.c5.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, dbo.Notification", + "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-int1.yaml b/charts/debezium/values-int1.yaml index 351fb346..b658c5b0 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, dbo.Notification", + "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 cb7ca7fa..9574b5f5 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, dbo.Notification", + "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 01ddfeaa..9bdcb0b8 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, dbo.Notification", + "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,