Hi,
Currently, we maintain a single repository for storing proto files for multiple microservices. And we would use these protobufs for implementing services in specific languages. I recently read this blog which mentions about packaging generated code into libraries and distributing it. I would like to know which is the best recommended option?
1. Package generated code into libraries and distribute it
2. Maintain protos in single repo and distribute it & services/clients can get the proto files and build the generated code and use it
Thanks,
Dinesh P S