Skip to content

Commit 1bff2b0

Browse files
committed
demo updates
1 parent 95e6084 commit 1bff2b0

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

examples/oracle/demo/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -266,19 +266,12 @@ demo$
266266
</details>
267267
268268
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
269-
<br>Use '**load**' as **jobType**_
269+
<br>Use '**load**' as _**jobType**_
270270
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
271271
272272
**Or Use `curl` to start the initial load for `cdc-job`** <br>
273273
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`
274274
275-
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
276-
<br>_For quick start, use '**all**' as **jobStatus**_
277-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
278-
279-
**Or Use `curl` to query the `cdc-job` status** <br>
280-
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"
281-
`
282275
<details><summary><b>Query for the above inserted record in Redis (target)</b></summary>
283276
<p>
284277
@@ -333,7 +326,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
333326
### CDC Steps
334327
335328
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
336-
<br>Use '**stream**' as **jobType**_
329+
<br>Use '**stream**' as _**jobType**_
337330
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
338331
339332
**Or Use `curl` to start the stream for `cdc-job`** <br>

examples/postgres/demo/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,19 +215,12 @@ RedisConnect=# select * from emp;
215215
</details>
216216

217217
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
218-
<br>Use '**load**' as **jobType**_
218+
<br>Use '**load**' as _**jobType**_
219219
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
220220

221221
**Or Use `curl` to start the initial load for `cdc-job`** <br>
222222
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`
223223

224-
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
225-
<br>_For quick start, use '**all**' as **jobStatus**_
226-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
227-
228-
**Or Use `curl` to query the `cdc-job` status** <br>
229-
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"
230-
`
231224
<details><summary><b>Query for the above inserted record in Redis (target)</b></summary>
232225
<p>
233226

@@ -282,7 +275,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
282275
### CDC Steps
283276

284277
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
285-
<br>Use '**stream**' as **jobType**_
278+
<br>Use '**stream**' as _**jobType**_
286279
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
287280

288281
**Or Use `curl` to start the stream for `cdc-job`** <br>

0 commit comments

Comments
 (0)