Skip to content

Commit

Permalink
Check if configuration has isUnwrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Jun 15, 2024
1 parent 786e0c8 commit 4e6e3d4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ public Map<String, String> getConfigOverrides() {
config.put("quarkus.profile", "mysql");
config.put("%mysql.debezium.source.connector.class", "io.debezium.connector.mysql.MySqlConnector");
config.put("%mysql.debezium.source.table.whitelist", "inventory.customers,inventory.test_delete_table");
// run test without event flattening
config.put("debezium.transforms", ",");
config.put("debezium.source.tombstones.on.delete", "false");

return config;
}

Expand Down

0 comments on commit 4e6e3d4

Please sign in to comment.