coniks-java icon indicating copy to clipboard operation
coniks-java copied to clipboard

Move protos to separate repo?

Open masomel opened this issue 9 years ago • 2 comments

Maintaining the protobufs in a separate repo would make it easier to ensure that both CONIKS implementations use compatible protobuf messages. Any changes to the protobufs could then be easily propagated to both implementations. This repo would contain the compiled protobufs for each supported language, which can then be imported by each implementation.

masomel avatar Sep 05 '16 22:09 masomel

Yeah, I think so, too. I also think that we can adopt protobufs into our storage backend hook. It would replace the Deserialize and Serialize problem we're facing.

vqhuy avatar Sep 06 '16 05:09 vqhuy

That's an interesting point, this is definitely something we should consider.

masomel avatar Sep 06 '16 18:09 masomel