spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
40 stars 6 forks source link

Use flatbuffers in grpc instead of protobuf fields #1010

Closed rydrman closed 8 months ago

rydrman commented 8 months ago

This will still allow the server to accept old-style messages but always responds with flatbuffers. I'm mainly just keeping the other code around so that I can make a build internally to handle the transition - I thought about adding additional fields/etc to support a transition more easily but it doesn't seem worth the effort given that only we are using the server so far. I'm open to ideas if it seems like there's an desire and easy way to do this, but otherwise I'll circle back later and remove the rest of the old format.