Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start and stop replication #9

Open
mycognosist opened this issue Dec 5, 2022 · 0 comments
Open

Start and stop replication #9

mycognosist opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mycognosist
Copy link
Owner

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
@mycognosist mycognosist added the enhancement New feature or request label Dec 5, 2022
@mycognosist mycognosist self-assigned this Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant