Skip to content

Commit fefe220

Browse files
committed
updated path
1 parent f744081 commit fefe220

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

connectors/gemfire/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Contents of redis-connect-gemfire
9999

100100
## Redis Connect Setup and Job Management Configurations
101101

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.
103103

104104
#### Configuration files
105105

@@ -203,7 +203,7 @@ Copy the _sample_ directory and it's contents i.e. _yml_ files, _mappers_ and te
203203

204204
Redis URI syntax is described [here](https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax).
205205

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
207207
```yml
208208
connections:
209209
- id: jobConfigConnection
@@ -224,7 +224,7 @@ connections:
224224
<p>
225225
226226
#### 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
228228
```yml
229229
connectionId: jobConfigConnection
230230
job:
@@ -265,7 +265,7 @@ job:
265265
<p>
266266
267267
#### 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
269269
```yml
270270
connectionId: jobConfigConnection
271271
metricsReporter:
@@ -280,8 +280,8 @@ metricsReporter:
280280
281281
#### Job level details
282282
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.
285285
```yml
286286
jobId: ${jobId}
287287
producerConfig:
@@ -323,7 +323,7 @@ pipelineConfig:
323323
<p>
324324
325325
#### 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
327327
328328
```xml
329329
<?xml version="1.0" encoding="UTF-8"?>
@@ -353,7 +353,7 @@ pipelineConfig:
353353
<p>
354354

355355
#### 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
357357

358358
```xml
359359
<?xml version="1.0" encoding="UTF-8"?>
@@ -399,7 +399,7 @@ pipelineConfig:
399399
<p>
400400

401401
#### 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
403403

404404
```xml
405405
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)