Skip to content

Commit

Permalink
Cndit 1729: Adding the notification table to the list of tables to be…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
alog-enquizit authored Sep 25, 2024
1 parent 4662f43 commit 4eab78e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/debezium/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion charts/debezium/values-test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion charts/debezium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4eab78e

Please sign in to comment.