-
-
Save dasl-/69d6696f4fd6e37387ee90af28c6fbbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/run.sh b/run.sh | |
index ffdee2a..8484c90 100755 | |
--- a/run.sh | |
+++ b/run.sh | |
@@ -251,16 +251,16 @@ curl -f -m10 -v -i -H "Accept:application/json" -H "Content-Type:application/jso | |
"connector.class": "io.debezium.connector.mysql.MySqlConnector", | |
"tasks.max": "1", | |
"database.hostname": "localhost", | |
- "database.port": "'"${listen_port[c]}"'", | |
+ "database.port": "'"${listen_port[d]}"'", | |
"database.user": "root", | |
"database.password": "root", | |
"database.server.name": "localhost", | |
"database.history.kafka.bootstrap.servers": "localhost:40001", | |
"database.history.kafka.topic": "test", | |
- "database.whitelist": "etsy_.+", | |
+ "database.blacklist": "etsy_shard_888", | |
"database.mysql.expect_metadata_events": '"$expect_metadata_events"', | |
"snapshot.mode": "'"$snapshot_mode"'", | |
- "gtid.source.includes": "'"${mysqld_uuid[a]}"'", | |
+ "gtid.source.includes": "'"${mysqld_uuid[b]}"'", | |
"transforms": "partitioner,sharded_router,non_sharded_router", | |
"transforms.partitioner.type": "com.etsy.EtsyPartitionAssigner", | |
"transforms.partitioner.num.partitions": "2", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment