I looked at the logs and saw that the Dbhistory entries were getting skipped.
io.debezium.relational.history.FileDatabaseHistory: Skipping: CREATE TABLE `sbtest` (...
I realized after looking at the source code that this was because the file/pos stamped on the Dbhistory entries was later than the offset I was providing Debezium.
Is there a way to start Debezium from an earlier point in time ie. an older offset value?
Thanks,
Saurabh Godbole