Make resetCheckpoint an argument to Replicator.start
Description
Currently the resetCheckpoint flag is an odd property that can only be set at certain times, and that resets itself in a weird way.
It should be moved to be an argument to the start method.
This is an API change and cannot be implemented until v3.0
Activity
Show:
Blake Meike October 9, 2020 at 12:21 AM
Add "deprecated" label
Blake Meike October 9, 2020 at 12:19 AM
Replicator.resetCheckpoint has been deprecated.
Replicator.start() has been temporarily deprecated. Please use Replicator.start(false)
Blake Meike March 30, 2020 at 4:30 PM
That has been discussed. It seems like the wrong place to put it, because then when the replicator stops and restarts, it is probably going to reset the checkpoint again.
James Flather March 30, 2020 at 3:57 PM
A random passing comment: another possible move of this might be to the replicator config...
Jim Borden March 25, 2020 at 1:06 AM
API changes should get an API ticket, so that other platforms can be aware too
Done
Pinned fields
Click on the next to a field label to start pinning.
Currently the resetCheckpoint flag is an odd property that can only be set at certain times, and that resets itself in a weird way.
It should be moved to be an argument to the start method.
This is an API change and cannot be implemented until v3.0