@@ -46,6 +46,7 @@ source_schema source_table
4646---------------------------------------- ---------------------------------------- ---------------------------------------- ----------- ---------------- ---------------------- ---------------------- -------------------- ---------------- ---------------------------------------- ---------------------------------------- ---------------------------------------- ----------------------- -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
4747dbo emp cdcauditing_emp 965578478 933578364 0x000000C0000060900001 NULL 1 NULL cdc_reader PK__emp__AF4C318A8A59B13C NULL 2022-04-23 07:15:26.660 [empno] [empno], [fname], [lname], [job], [mgr], [hiredate], [sal], [comm], [dept]
4848```
49+
4950</p >
5051</details >
5152
@@ -85,21 +86,21 @@ Redis Connect startup script.
8586*******************************
8687Please ensure that these environment variables are correctly mapped before executing start and cli options. They can also be found in /opt/redislabs/redis-connect/bin/redisconnect.conf
8788Example environment variables and volume mapping for docker based deployments
88- -e REDISCONNECT_JOB_MANAGER_CONFIG_PATH=/opt/redislabs/redis-connect/config/jobmanager.properties
89- -e REDISCONNECT_LOGBACK_CONFIG=/opt/redislabs/redis-connect/config/logback.xml
90- -e REDISCONNECT_JAVA_OPTIONS=-Xms1g -Xmx2g
91- -e REDISCONNECT_EXTLIB_DIR=/opt/redislabs/redis-connect/extlib
89+ -e REDISCONNECT_JOB_MANAGER_CONFIG_PATH=/opt/redislabs/redis-connect/config/jobmanager.properties [OPTIONAL]
90+ -e REDISCONNECT_LOGBACK_CONFIG=/opt/redislabs/redis-connect/config/logback.xml [OPTIONAL]
91+ -e REDISCONNECT_JAVA_OPTIONS=-Xms1g -Xmx2g [OPTIONAL]
92+ -e REDISCONNECT_EXTLIB_DIR=/opt/redislabs/redis-connect/extlib [OPTIONAL]
9293-v < HOST_PATH_TO_JOB_MANAGER_PROPERTIES> :/opt/redislabs/redis-connect/config
9394-v < HOST_PATH_TO_CREDENTIALS> :/opt/redislabs/redis-connect/config/samples/credentials
94- -v < HOST_PATH_TO_EXTLIB> :/opt/redislabs/redis-connect/extlib
95+ -v < HOST_PATH_TO_EXTLIB> :/opt/redislabs/redis-connect/extlib [OPTIONAL]
9596-p 8282:8282
9697
9798Usage: [-h| cli| start]
9899options:
99100-h: Print this help message and exit.
100101-v: Print version.
101- cli: starts redis-connect-cli.
102- start: start Redis Connect instance with provided cdc or initial loader job configurations.
102+ cli: init Redis Connect CLI
103+ start: init Redis Connect Instance (Cluster Member)
103104-------------------------------
104105```
105106
@@ -110,13 +111,10 @@ start: start Redis Connect instance with provided cdc or initial loader job conf
110111<p >
111112
112113``` bash
113- demo$ docker run \
114+ docker run \
114115-it --rm --privileged=true \
115116--name redis-connect-$( hostname) \
116- -e REDISCONNECT_JOB_MANAGER_CONFIG_PATH=/opt/rediabs/redis-connect/config/jobmanager.properties \
117- -e REDISCONNECT_EXTLIB_DIR=/opt/redislabs/redis-connect/extlib \
118117-v $( pwd) /config:/opt/redislabs/redis-connect/config \
119- -v $( pwd) /config/samples/credentials:/opt/redislabs/redis-connect/config/samples/credentials \
120118-v $( pwd) /extlib:/opt/redislabs/redis-connect/extlib \
121119--net host \
122120redislabs/redis-connect start
0 commit comments