pub async fn get_app_server<P: AsRef<Path>>( node_id: u64, db_path: P, ) -> Result<Router, StoreError>
Build a tonic Server instance for the raft instance.
Server