File tree Expand file tree Collapse file tree 2 files changed +266
-72
lines changed
content/integrate/redis-data-integration Expand file tree Collapse file tree 2 files changed +266
-72
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ sources:
85
85
type : mysql
86
86
host : ${RDI_REDIS_HOST}
87
87
port : 13000
88
- database : redislabscdc
89
88
user : ${SOURCE_DB_USERNAME}
90
89
password : ${SOURCE_DB_PASSWORD}
91
90
# The names of the following properties should match the ones you used
@@ -96,14 +95,12 @@ sources:
96
95
# cacert: ${SOURCE_DB_CACERT}
97
96
# key_password: ${SOURCE_DB_KEY_PASSWORD}
98
97
tables :
99
- emp :
100
- snapshot_sql : " SELECT * from redislabscdc.emp WHERE empno < 1000"
101
- columns :
102
- - empno
103
- - fname
104
- - lname
105
- keys :
106
- - empno
98
+ redislabscdc.emp :
99
+ snapshot_sql : " SELECT * from redislabscdc.emp WHERE empno < 1000"
100
+ columns :
101
+ - empno
102
+ - fname
103
+ - lname
107
104
# Advanced collector properties (optional):
108
105
# advanced:
109
106
# Sink collector properties - see the full list at https://debezium.io/documentation/reference/stable/operations/debezium-server.html#_redis_stream
You can’t perform that action at this time.
0 commit comments