timemates / rrpc-kotlin

RPC framework for Kotlin built on top of RSocket
https://rrpc.timemates.org
MIT License
9 stars 0 forks source link

Add support for builtin protobuf types #11

Open y9vad9 opened 3 months ago

y9vad9 commented 3 months ago

Currently, types like Timestamp from google.protobuf is not supported. I think, there should be multiple choices of how to treat Timestamp by some kind of adapters if possible.