You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: