Skip to content

Switch RPCs to use strings instead of bytes #32

@ngcgarcia

Description

@ngcgarcia

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

  1. Change protobuf
  2. Make changes in FinAppService, the SpannerDaoInterface and implementations, and wherever else is needed

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions