GithubHelp home page GithubHelp logo

client-service model quesiton about nuraft HOT 3 CLOSED

BozeBro avatar BozeBro commented on June 28, 2024
client-service model quesiton

from nuraft.

Comments (3)

greensky00 avatar greensky00 commented on June 28, 2024

This library has such a protocol to handle client requests over the network:

NuRaft/src/raft_server.cxx

Lines 636 to 639 in 50031e1

if ( req.get_type() == msg_type::client_request ) {
// Client request doesn't need to go through below process.
return handle_cli_req_prelock(req, ext_params);
}

but we don't recommend it as it is inconvenient and lack functionalities such as error handling and throttling.

In eBay, we use our own server-client implementation using gRPC or REST API, and the server operates NuRaft with local append_entries() API call.

from nuraft.

BozeBro avatar BozeBro commented on June 28, 2024

Does a client implementation exist in the library or is this also left up to the developer?

from nuraft.

greensky00 avatar greensky00 commented on June 28, 2024

It is not in the library, you should write your own one with Asio.

from nuraft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.