GoogleCloudPlatform / microservices-demo

Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
https://cymbal-shops.retail.cymbal.dev
Apache License 2.0
17.07k stars 7.35k forks source link

Why are generated protos for golang services committed instead on generating them in docker? #2780

Open talksik opened 3 weeks ago

talksik commented 3 weeks ago

I'm generally told to generate in CI/docker file. How would you structure the project since the docker image for the golang services would require the raw proto files.

e.g. shippingservice and productcategoryservice