You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectors/gemfire/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Contents of redis-connect-gemfire
99
99
100
100
## Redis Connect Setup and Job Management Configurations
101
101
102
-
Copy the _sample_ directory and it's contents i.e. _yml_ files, _mappers_ and templates folder under _config_ directory to the name of your choice e.g. ``` redis-connect-gemfire$ cp -R config/samples/gemfire2redis config/<project_name>/gemfire2redis``` or reuse sample folder as is and edit/update the configuration values according to your setup.
102
+
Copy the _sample_ directory and it's contents i.e. _yml_ files, _mappers_ and templates folder under _config_ directory to the name of your choice e.g. ``` redis-connect-gemfire$ cp -R config/samples/cdc/gemfire2redis config/<project_name>/gemfire2redis``` or reuse sample folder as is and edit/update the configuration values according to your setup.
103
103
104
104
#### Configuration files
105
105
@@ -203,7 +203,7 @@ Copy the _sample_ directory and it's contents i.e. _yml_ files, _mappers_ and te
203
203
204
204
Redis URI syntax is described [here](https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax).
205
205
206
-
### Sample env.yml under redis-connect-gemfire/config/samples/gemfire2redis folder
206
+
### Sample env.yml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
207
207
```yml
208
208
connections:
209
209
- id: jobConfigConnection
@@ -224,7 +224,7 @@ connections:
224
224
<p>
225
225
226
226
#### Environment level configurations.
227
-
### Sample Setup.yml under redis-connect-gemfire/config/samples/gemfire2redis folder
227
+
### Sample Setup.yml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
228
228
```yml
229
229
connectionId: jobConfigConnection
230
230
job:
@@ -265,7 +265,7 @@ job:
265
265
<p>
266
266
267
267
#### Configuration for Job Reaper and Job Claimer processes.
268
-
### Sample JobManager.yml under redis-connect-gemfire/config/samples/gemfire2redis folder
268
+
### Sample JobManager.yml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
269
269
```yml
270
270
connectionId: jobConfigConnection
271
271
metricsReporter:
@@ -280,8 +280,8 @@ metricsReporter:
280
280
281
281
#### Job level details
282
282
283
-
### Sample JobConfig.yml under redis-connect-gemfire/config/samples/gemfire2redis folder
284
-
You can have one or more JobConfig.yml (or with any name e.g. JobConfig-<region_type>.yml) and specify them in the Setup.yml under jobConfig: tag. If specifying more than one table (as below) then make sure maxNumberOfJobs: tag under JobManager.yml is set accordingly e.g. if maxNumberOfJobs: tag is set to 2 then Redis Connect will start 2 cdc jobs under the same JVM instance. If the workload is more and you want to spread out (scale) the cdc jobs then create multiple JobConfig's and specify them in the Setup.yml under jobConfig: tag.
283
+
### Sample JobConfig.yml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
284
+
You can have one or more JobConfig.yml (or with any name e.g. JobConfig-<region_type>.yml) and specify them in the Setup.yml under jobConfig: tag. If specifying more than one table (as below) then make sure maxNumberOfJobs: tag under JobManager.yml is set accordingly e.g. if maxNumberOfJobs: tag is set to 2 then Redis Connect will start 2 cdc jobs under the same JVM instance. If the workload is more, and you want to spread out (scale) the cdc jobs then create multiple JobConfig's and specify them in the Setup.yml under jobConfig: tag.
285
285
```yml
286
286
jobId: ${jobId}
287
287
producerConfig:
@@ -323,7 +323,7 @@ pipelineConfig:
323
323
<p>
324
324
325
325
#### cache client configuration file.
326
-
### Sample cache-client.xml under redis-connect-gemfire/config/samples/gemfire2redis folder
326
+
### Sample cache-client.xml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
327
327
328
328
```xml
329
329
<?xml version="1.0" encoding="UTF-8"?>
@@ -353,7 +353,7 @@ pipelineConfig:
353
353
<p>
354
354
355
355
#### cache configuration file.
356
-
### Sample cache.xml under redis-connect-gemfire/config/samples/gemfire2redis folder
356
+
### Sample cache.xml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
357
357
358
358
```xml
359
359
<?xml version="1.0" encoding="UTF-8"?>
@@ -399,7 +399,7 @@ pipelineConfig:
399
399
<p>
400
400
401
401
#### cache1 configuration file.
402
-
### Sample cache1.xml under redis-connect-gemfire/config/samples/gemfire2redis folder
402
+
### Sample cache1.xml under redis-connect-gemfire/config/samples/cdc/gemfire2redis folder
0 commit comments