Skip to content

Commit 0e7f8a2

Browse files
Merge pull request #1513 from redis/DOC-5197-rdi-remove-app-props
DOC-5197 remove mentions of Debezium `application.config` in RDI config docs
2 parents 85abc67 + ad90652 commit 0e7f8a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/integrate/redis-data-integration/data-pipelines/data-denormalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You configure normalization with a `nest` block in the child entities' RDI job,
3939

4040
```yaml
4141
source:
42-
server_name: chinook # Optional. Use the value of `debezium.source.topic.prefix` property in Debezium's `application.properties`
42+
server_name: chinook
4343
schema: public
4444
table: InvoiceLine
4545
output:

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ The main sections of these files are:
301301
302302
- `source`: This is a mandatory section that specifies the data items that you want to
303303
use. You can add the following properties here:
304-
- `server_name`: Logical server name (optional). This corresponds to the `debezium.source.topic.prefix`
305-
property specified in the Debezium Server's `application.properties` config file.
304+
- `server_name`: Logical server name (optional).
306305
- `db`: Database name (optional)
307306
- `schema`: Database schema (optional)
308307
- `table`: Database table name. This refers to a table name you supplied in `config.yaml`. The default

0 commit comments

Comments
 (0)