-
Notifications
You must be signed in to change notification settings - Fork 6
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
metarepos: add specifications of varlogmr RPC #658
Comments
4 tasks
ijsong
added a commit
that referenced
this issue
Jan 21, 2024
ijsong
added a commit
that referenced
this issue
Jan 25, 2024
ijsong
added a commit
that referenced
this issue
Jan 26, 2024
This PR adds specifications to "proto/mrpb/management.proto". This helps us establish agreements for the contracts of the metadata repository's management RPCs. Update: #658
ijsong
added a commit
that referenced
this issue
Jan 30, 2024
This PR adds specifications to "proto/mrpb/management.proto". This helps us establish agreements for the contracts of the metadata repository's management RPCs. Update: #658
ijsong
added a commit
that referenced
this issue
Feb 1, 2024
This PR adds specifications to "proto/mrpb/management.proto". This helps us establish agreements for the contracts of the metadata repository's management RPCs. Update: #658
ijsong
added a commit
that referenced
this issue
Feb 6, 2024
This PR adds specifications to "proto/mrpb/management.proto". This helps us establish agreements for the contracts of the metadata repository's management RPCs. Update: #658
ijsong
added a commit
that referenced
this issue
Feb 6, 2024
### What this PR does This PR adds specifications to "proto/mrpb/management.proto". This helps us establish agreements for the contracts of the metadata repository's management RPCs. ### Which issue(s) this PR resolves Update: #658
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The metadata repository has two gRPC services:
The RPCs provided by Service proto/mrpb.ManagementServer can be used to manage the Raft cluster of the metadata repository servers. This includes adding a new metadata repository node or removing an existing node. On the other hand, Service proto/mrpb.MetadataRepositoryServer provides functionalities to configure the Varlog clusters. For example, this service can add a new storage node, topic, or log stream.
We developed these without a precise RPC specification or documentation. We need to define the RPC's specification with well-documented guidelines.
The text was updated successfully, but these errors were encountered: