eBay / nuraft_mesg

A session management and gRPC service layer for NuRaft.
Apache License 2.0
6 stars 11 forks source link

Offload serialize and deserialize grpc buffers to sisl #74

Closed raakella1 closed 9 months ago

raakella1 commented 9 months ago

Use the new sisl APIs which directly accepts the sisl::io_blob versions of the call_unary rpc. This will hide the grpc buffer management logic in nuraft mesg

raakella1 commented 9 months ago

Makes sense 👍 should we merge the conan changes too so we start 3.x with the new recipe?

Yes, let us first merge the conan changes so that I can verify that in my build machine before merging my changes