Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Aug 16, 2024
1 parent 2493d4e commit 87b0c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ source {
result_table_name = "trans_tidb_all_type_cdc"
base-url = "jdbc:mysql://tidb-e2e:4000/column_type_test"
driver = "com.mysql.cj.jdbc.Driver"
tikv.grpc.timeout_in_ms = 20000
pd-addresses = "pd-e2e:2379"
user = "root"
password = "seatunnel"
database-name = "column_type_test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ source {
result_table_name = "customers_tidb_cdc"
base-url = "jdbc:mysql://tidb-e2e:4000/inventory"
driver = "com.mysql.cj.jdbc.Driver"
tikv.grpc.timeout_in_ms = 20000
pd-addresses = "pd-e2e:2379"
user = "root"
password = "seatunnel"
database-name = "inventory"
Expand Down

0 comments on commit 87b0c74

Please sign in to comment.