jpechane I'm guessing yes (because we're running for a long time without restarts in production). I looked at connect_offsets in our production environment and I don't see the "snapshot" flag at all in the entire topic (we run 0.9.5, is this a newly introduced flag?).
Anyway, I'm still trying to understand why my repro even queries the snapshot after restart. I don't fill it in advance, I first start the connector, put the config and wait for the ack, and only then I add the records. So at first startup, the table is empty (and it's the only table in the database), so shouldn't the snapshot be marked as completed?
Released