There seems to be a cap on CDC files while using a s3 source endpoint for ongoing replication.
Is there a hard cap of 999999 possible CDC files?
I am able to load files that are increasing in sequence number ie:
CDC000001.csv CDC002001.csv CDC002009.csv
so not in increment of one each which is fine, but when I try to load a file numbered
CDC1000000.csv
It is not pick up by the DMS task. I would think since 1000000 > 2009 it would follow the same pattern and be picked up by the task. My concern is 999999 is the highest possible value available so if we need to load more than 999999 we cannot.
Is this the case?
Thank you in advance!