Skip to content

Commit

Permalink
DBZ-7578 Use short flush interval in Redis offset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Feb 28, 2024
1 parent 4978fe8 commit c29e48b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public Map<String, String> getConfigOverrides() {
Map<String, String> config = new HashMap<String, String>();
config.put("debezium.source.connector.class", "io.debezium.connector.postgresql.PostgresConnector");
config.put("debezium.source.offset.storage", "io.debezium.server.redis.RedisOffsetBackingStore");
config.put("debezium.source.offset.flush.interval.ms", "0");
return config;
}

Expand Down

0 comments on commit c29e48b

Please sign in to comment.