Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Terleto committed May 26, 2022
2 parents b186ff8 + 32a11b3 commit ba221f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/mssql/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em

**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
<br>_For quick start, use '**all**' as **jobStatus**_
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
<br><br><img src="/images/quick-start/Redis Connect Get Claims.png" style="float: right;" width = 700px height = 250px/>

**Or Use `curl` to query the `cdc-job` status** <br>
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em

**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
<br>_For quick start, use '**all**' as **jobStatus**_
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
<br><br><img src="/images/quick-start/Redis Connect Get Claims.png" style="float: right;" width = 700px height = 250px/>

**Or Use `curl` to query the `cdc-job` status** <br>
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`
Expand Down
2 changes: 1 addition & 1 deletion examples/oracle/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
<br>_For quick start, use '**all**' as **jobStatus**_
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
<br><br><img src="/images/quick-start/Redis Connect Get Claims.png" style="float: right;" width = 700px height = 250px/>
**Or Use `curl` to query the `cdc-job` status** <br>
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em

**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
<br>_For quick start, use '**all**' as **jobStatus**_
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
<br><br><img src="/images/quick-start/Redis Connect Get Claims.png" style="float: right;" width = 700px height = 250px/>

**Or Use `curl` to query the `cdc-job` status** <br>
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`
Expand Down

0 comments on commit ba221f8

Please sign in to comment.