Hi,
Chris can you plz explain your response?
"Because this mode does not change the read position in the transaction logs where it will continue to stream from, there is a hard requirement that the tables you are capturing, there have been no DDL changes to them between the read position in the offsets and the time when you perform the recovery. "
why is there such hard requirement?
if I understand correctly: on
shcema_only_recovery the read position is not changed, so if there is a DDL change, connector's read position will get to position of the DDL change. why is that a problem?