mycognosist/solar

Start and stop replication

Opened this issue · 0 comments

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