feat(raft): add versioned proto definitions (kiwi.raft.v1)#263
feat(raft): add versioned proto definitions (kiwi.raft.v1)#263guozhihao-224 wants to merge 1 commit intomainfrom
Conversation
- Add proto3 definitions with versioned package (kiwi.raft.v1) for RaftCoreService, RaftAdminService, RaftClientService, RaftMetricsService - Add build.rs with versioned descriptor filename - Update lib.rs to include raft_proto module with versioned package Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 30 minutes and 42 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
kiwi.raft.v1for RaftCoreService, RaftAdminService, RaftClientService, RaftMetricsServicebuild.rswith tonic-build configuration using versioned descriptor filename (kiwi.raft.v1_descriptor.bin)lib.rsto includeraft_protomodule with versioned proto packageThis is PR 1/5 in a series to migrate the gRPC Raft Network implementation from
feat/raft:Test plan
build.rscompiles proto withkiwi.raft.v1packagelib.rscorrectly includes the versioned proto module🤖 Generated with Claude Code