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

metarepos: add specifications of varlogmr RPC #658

Open
Tracked by #656
ijsong opened this issue Dec 5, 2023 · 0 comments
Open
Tracked by #656

metarepos: add specifications of varlogmr RPC #658

ijsong opened this issue Dec 5, 2023 · 0 comments
Assignees

Comments

@ijsong
Copy link
Member

ijsong commented Dec 5, 2023

The metadata repository has two gRPC services:

  • proto/mrpb.ManagementServer
  • proto/mrpb.MetadataRepositoryServer

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.

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
@ijsong ijsong self-assigned this Feb 6, 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

No branches or pull requests

1 participant