-
Notifications
You must be signed in to change notification settings - Fork 164
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
Example of Grpc and Rocksdb Please #1287
Comments
👋 Thanks for opening this issue! Get help or engage by:
|
Oh we've received multiple requests for this combination of features :) To complete gRPC support, first we need to replace the concrete types Vote, LeaderId and LogId with traits. See: |
thanks for your kind response |
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 3, 2025
Move protobuf types to 3 files: - `app.proto` defines application API and types. - `raft.proto` defines Raft-protocol API and types. - `management.proto` defines non-app management API and types, such as membership config API. - Part of databendlabs#1287
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 3, 2025
Move protobuf types to 3 files: - `app.proto` defines application API and types. - `raft.proto` defines Raft-protocol API and types. - `management.proto` defines non-app management API and types, such as membership config API. - Part of databendlabs#1287
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 3, 2025
Move protobuf types to 3 files: - `app.proto` defines application API and types. - `raft.proto` defines Raft-protocol API and types. - `management.proto` defines non-app management API and types, such as membership config API. - Part of databendlabs#1287
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 3, 2025
Move protobuf types to 3 files: - `app.proto` defines application API and types. - `raft.proto` defines Raft-protocol API and types. - `management.proto` defines non-app management API and types, such as membership config API. - Part of databendlabs#1287
drmingdrmer
added a commit
that referenced
this issue
Feb 3, 2025
Move protobuf types to 3 files: - `app.proto` defines application API and types. - `raft.proto` defines Raft-protocol API and types. - `management.proto` defines non-app management API and types, such as membership config API. - Part of #1287
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 4, 2025
A rust test `tests/test_cluster.rs` brings up a 3 nodes cluster and executes write and read on it. - Fix: databendlabs#1287
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Feb 4, 2025
A rust test `tests/test_cluster.rs` brings up a 3 nodes cluster and executes write and read on it. - Fix: databendlabs#1287
drmingdrmer
added a commit
that referenced
this issue
Feb 4, 2025
A rust test `tests/test_cluster.rs` brings up a 3 nodes cluster and executes write and read on it. - Fix: #1287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please provide an example of grpc and rocksdb integrated? currently there are two separated rocksdb and grpc examples. It would be so nice if they are merged as new one.
The text was updated successfully, but these errors were encountered: