Issue
Our RPC messages currently use the bytes type for ids (128 bit UUIDs). However, bytes can complicate code and make running the code more difficult. It would be easier to both read and run if we used the string type instead for ids.
Next steps
- Change protobuf
- Make changes in
FinAppService, the SpannerDaoInterface and implementations, and wherever else is needed
Issue
Our RPC messages currently use the
bytestype for ids (128 bit UUIDs). However, bytes can complicate code and make running the code more difficult. It would be easier to both read and run if we used thestringtype instead for ids.Next steps
FinAppService, theSpannerDaoInterfaceand implementations, and wherever else is needed