Start and stop replication
mycognosist opened this issue · 0 comments
mycognosist commented
The actor model gives us some rad capabilities, such as being able to effectively "pause" actors without stopping the application. Let's experiment by implementing replication pausing.
Write the required logic and expose it via the follow JSON-RPC methods:
replication_start
replication_stop
replication_status