[docs] Fix typo in mysql-cdc.md (#1364)

pull/1390/head
hsldymq 3 years ago committed by GitHub
parent 0cc58141eb
commit 1c55a879ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -529,7 +529,7 @@ The following operations show how to enable this feature to resolve above scenar
MySqlSource<String> mySqlSource = MySqlSource.<String>builder()
.hostname("yourHostname")
.port(yourPort)
.scanNewlyAddedTableEnabled(true) // eanbel scan the newly added tables fature
.scanNewlyAddedTableEnabled(true) // enable scan the newly added tables feature
.databaseList("db") // set captured database
.tableList("db.product, db.user, db.address") // set captured tables [product, user, address]
.username("yourUsername")

Loading…
Cancel
Save