@@ -46,6 +46,7 @@ source_schema source_table
46
46
---------------------------------------- ---------------------------------------- ---------------------------------------- ----------- ---------------- ---------------------- ---------------------- -------------------- ---------------- ---------------------------------------- ---------------------------------------- ---------------------------------------- ----------------------- -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
47
47
dbo 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]
48
48
```
49
+
49
50
</p >
50
51
</details >
51
52
@@ -85,21 +86,21 @@ Redis Connect startup script.
85
86
*******************************
86
87
Please 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
87
88
Example 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]
92
93
-v < HOST_PATH_TO_JOB_MANAGER_PROPERTIES> :/opt/redislabs/redis-connect/config
93
94
-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]
95
96
-p 8282:8282
96
97
97
98
Usage: [-h| cli| start]
98
99
options:
99
100
-h: Print this help message and exit.
100
101
-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)
103
104
-------------------------------
104
105
```
105
106
@@ -110,13 +111,10 @@ start: start Redis Connect instance with provided cdc or initial loader job conf
110
111
<p >
111
112
112
113
``` bash
113
- demo$ docker run \
114
+ docker run \
114
115
-it --rm --privileged=true \
115
116
--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 \
118
117
-v $( pwd) /config:/opt/redislabs/redis-connect/config \
119
- -v $( pwd) /config/samples/credentials:/opt/redislabs/redis-connect/config/samples/credentials \
120
118
-v $( pwd) /extlib:/opt/redislabs/redis-connect/extlib \
121
119
--net host \
122
120
redislabs/redis-connect start
0 commit comments