Skip to content

Commit

Permalink
upgrade readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Jun 14, 2023
1 parent b4bfd13 commit 102f888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please create issues if you encounter bugs and any help for the project is great
| sink.flush-interval | optional | 1s | Duration | Over this flush interval mills, asynchronous threads will flush data. |
| sink.max-retries | optional | 3 | Integer | The max retry times when writing records to the database failed. |
| sink.update-strategy | optional | update | String | Convert a record of type UPDATE_AFTER to update/insert statement or just discard it, available: update, insert, discard. |
| sink.primary-key | optional | ["id"] | String | The primary key used in upsert |
| sink.primary-key | optional | "id" | String | The primary key used in upsert |

**Upsert Data Considerations:**

Expand Down

0 comments on commit 102f888

Please sign in to comment.