lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
394 stars 21 forks source link

RPC: Add the ability to use the `Body` of a request directly. #41

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

Currently, the RPC system assumes a message can fit in memory or would want to be serialized, however, this limits us quite a bit.

Instead this PR re works how the system processes requests and responses to allow customisable messages to be passed in order to stream data larger than memory.