From ad90652943900709f6c790744dfd6f444d93c411 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 7 May 2025 10:00:35 +0100 Subject: [PATCH] DOC-5197 remove mentions of Debezium in RDI config docs --- .../data-pipelines/data-denormalization.md | 2 +- .../redis-data-integration/data-pipelines/data-pipelines.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index c7da4de938..71d379b6c5 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -39,7 +39,7 @@ You configure normalization with a `nest` block in the child entities' RDI job, ```yaml source: - server_name: chinook # Optional. Use the value of `debezium.source.topic.prefix` property in Debezium's `application.properties` + server_name: chinook schema: public table: InvoiceLine output: diff --git a/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md b/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md index 847bb58dfb..f306f8cc91 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md @@ -301,8 +301,7 @@ The main sections of these files are: - `source`: This is a mandatory section that specifies the data items that you want to use. You can add the following properties here: - - `server_name`: Logical server name (optional). This corresponds to the `debezium.source.topic.prefix` - property specified in the Debezium Server's `application.properties` config file. + - `server_name`: Logical server name (optional). - `db`: Database name (optional) - `schema`: Database schema (optional) - `table`: Database table name. This refers to a table name you supplied in `config.yaml`. The default