Skip to content

Draft: Implement networking handlers for Raft

Divya Rani requested to merge 6401-raft-networking-handlers into master

This MR introduces a gRPC transport interface for handling Raft communication. It implements the logic for sending and receiving Raft messages, including packing and unpacking log data. Additionally, the transport facilitates Raft manager registration and partition lookup. This MR also adds a dummy Raft Manager just for testing purposes.

Closes #6401

Edited by Divya Rani

Merge request reports

Loading