Skip to content

Commit

Permalink
integration test explicity set rewind offset
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrinot committed Oct 31, 2023
1 parent b017717 commit 1097862
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ private static void startConnector() throws IOException, InterruptedException, U
"\"value.converter\":\"org.apache.kafka.connect.json.JsonConverter\"," +
"\"topics\":\"mytopic\"," +
"\"value.converter.schemas.enable\":\"false\"," +
"\"dedup.rewind.offset\":\"150000\"," +
"\"timestamp.field.name\":\"ts\"," +
"\"host\":\"questdb:9009\"}" +
"}";
Expand Down

0 comments on commit 1097862

Please sign in to comment.