Skip to content

Commit

Permalink
Update cdcsource_mysqlcdc2kafka.md (#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandas886 authored Mar 19, 2024
1 parent 0b4b5c5 commit 8a9b530
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ EXECUTE CDCSOURCE cdc_upsert_kafka WITH (
'sink.value.format' = 'avro'
)
```

如果需要给sink端增加kafka的属性,可以按照如下配置
```
'sink.properties.transaction.timeout.ms'='900000'
```

0 comments on commit 8a9b530

Please sign in to comment.