Skip to content

Commit

Permalink
doc: update readme (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Apr 8, 2024
1 parent 8f0f2f4 commit 43acfeb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Example configuration for CDC features:
"url": "url",
"key": "key",
"table": "records",
"columns": "key,column1,column2,column3",
"cdcMode": "logrepl",
"logrepl.publicationName": "meroxademo",
"logrepl.slotName": "meroxademo"
Expand All @@ -51,11 +50,6 @@ Example configuration for CDC features:
If no `key` field is provided, then the connector will attempt to look up the primary key column of the table. If that
can't be determined it will fail.

## Columns

If no column names are provided in the config, then the connector will assume that all columns in the table should be
returned.

## Configuration Options

| name | description | required | default |
Expand Down

0 comments on commit 43acfeb

Please sign in to comment.