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

feat: Implement RaftInspectionService, RaftManipulationService skeleton #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jopemachine
Copy link
Member

@jopemachine jopemachine commented Apr 1, 2024

Defines the skeleton for useful gRPC calls that allow administrators to look inside the cluster.
I believe these gRPC calls can make cluster debugging and testing easier.

  • It'd be better if these APIs need to be reviewed.
  • If the API list is not needed, it can be easily removed by excluding x-api from the feature.
  • Implementing each method could be "Good first issue" for newcomers
  • Most methods can be implemented as sort of wrapper of RawNode's methods.
  • People who are not familiar with Rust can also test with Python.

@jopemachine jopemachine changed the title Implement RaftInspectionService, RaftManipulationService skeleton feat: Implement RaftInspectionService, RaftManipulationService skeleton Apr 1, 2024
@jopemachine jopemachine marked this pull request as ready for review April 1, 2024 06:49
@jopemachine jopemachine added good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant