Draft: Implement networking handlers for Raft
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