diff --git a/charts/debezium/values-feature.yaml b/charts/debezium/values-feature.yaml index 5f6f3ec21..007f62338 100644 --- a/charts/debezium/values-feature.yaml +++ b/charts/debezium/values-feature.yaml @@ -61,12 +61,10 @@ connect: "key.converter.schemas.enable": "true", "producer.max.request.size": "10000000", #10MB "producer.message.max.bytes": "10000000", #10MB - "snapshot.mode": "no_data", + "snapshot.mode": "initial", "schema.history.internal.kafka.topic": "odse-schema-history", "schema.history.internal.kafka.bootstrap.servers": "b-2.cdcnbsfeaturedevelopme.f4c8vq.c9.kafka.us-east-1.amazonaws.com:9092,b-1.cdcnbsfeaturedevelopme.f4c8vq.c9.kafka.us-east-1.amazonaws.com:9092", - "table.include.list": "dbo.Person, dbo.Organization, dbo.Observation, dbo.Public_health_case, dbo.Treatment, - dbo.state_defined_field_data, dbo.Notification, dbo.Interview, dbo.CN_transportq_out, - dbo.Place, dbo.CT_contact, dbo.Auth_user, dbo.Intervention", + "table.include.list": "dbo.Organization", "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 6588061e4..00867cb01 100644 --- a/charts/debezium/values-int1.yaml +++ b/charts/debezium/values-int1.yaml @@ -62,13 +62,11 @@ connect: "key.converter.schemas.enable": "true", "producer.max.request.size": "10000000", #10MB "producer.message.max.bytes": "10000000", #10MB - "snapshot.mode": "no_data", + "snapshot.mode": "initial", "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.Treatment, - dbo.state_defined_field_data, dbo.Notification, dbo.Interview, dbo.CN_transportq_out, - dbo.Place, dbo.CT_contact, dbo.Auth_user, dbo.Intervention", + "table.include.list": "dbo.Organization", "tasks.max": "1", "topic.prefix": "cdc", "topic.creation.default.replication.factor": 2,