Tonic doesn't support runtime-based adding and removal of services, which is a big need for datacake.
While writing this we might as well make use of some easy optimizations like using rkyv for our serialization and deserialization and use some nice zero-copy tricks.
Tonic doesn't support runtime-based adding and removal of services, which is a big need for datacake.
While writing this we might as well make use of some easy optimizations like using
rkyv
for our serialization and deserialization and use some nice zero-copy tricks.