Find best strategy for sharing protobufs
kevinschoonover opened this issue · 1 comments
kevinschoonover commented
Factors to consider:
- How do we easily update / rebuild the stubs during development?
- How do we publish the stubs so that production has them / can access them?
- Where to store the proto files? I want them in the current monorepo but that means that I will probably have to move all Dockerfiles that use shared protobufs to the root?
kevinschoonover commented
See protorepo for solution