Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schoudhury authored Mar 26, 2020
1 parent 5372e13 commit cabec31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/yb-cdc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Using YugaByte’s Change Data Capture (CDC) API, follow these steps to use YugaByte as a data source to a console sink:
Using YugabyteDB’s Change Data Capture (CDC) API, follow these steps to use YugabyteDB as a data source to a console sink:

### Setup YugaByte
### Setup YugabyteDB

1. Download latest version of YugabyteDB.

Expand All @@ -12,9 +12,9 @@ https://docs.yugabyte.com/latest/quick-start/create-local-cluster/

3. Create a table on the cluster.

### Setup YugaByte Connector
### Setup the CDC Connector for stdout

1. Download the cdc connector app.
1. Download the cdc connector for stdout.

```sh
wget http://download.yugabyte.com/yb-cdc-connector.jar
Expand Down

0 comments on commit cabec31

Please sign in to comment.