Skip to content

Commit

Permalink
Merge pull request #1086 from redis/DOC-4549-rdi-improve-config-refer…
Browse files Browse the repository at this point in the history
…ence

DOC-4549 improve RDI config reference
  • Loading branch information
andy-stark-redis authored Feb 7, 2025
2 parents a2080a5 + af3678b commit cfe66d4
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ sources:
type: mysql
host: ${RDI_REDIS_HOST}
port: 13000
database: redislabscdc
user: ${SOURCE_DB_USERNAME}
password: ${SOURCE_DB_PASSWORD}
# The names of the following properties should match the ones you used
Expand All @@ -96,14 +95,12 @@ sources:
# cacert: ${SOURCE_DB_CACERT}
# key_password: ${SOURCE_DB_KEY_PASSWORD}
tables:
emp:
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
columns:
- empno
- fname
- lname
keys:
- empno
redislabscdc.emp:
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
columns:
- empno
- fname
- lname
# Advanced collector properties (optional):
# advanced:
# Sink collector properties - see the full list at https://debezium.io/documentation/reference/stable/operations/debezium-server.html#_redis_stream
Expand Down
Loading

0 comments on commit cfe66d4

Please sign in to comment.