Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-4549 improve RDI config reference #1086

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
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
andy-stark-redis marked this conversation as resolved.
Show resolved Hide resolved
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:
redislabscdc.emp:
andy-stark-redis marked this conversation as resolved.
Show resolved Hide resolved
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
columns:
- empno
- fname
- lname
keys:
- empno
# 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
Loading