TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How does Google manage protobufs

1 pointsby hebetudeabout 4 years ago
I've heard that all you do at Google is move around protobufs. We are trying to do the same thing. Can someone outline how the protobufs are available publicly in googleapis but developers are able to deploy local grpc servers using them? How do they manage open source protobufs alongside private internal service protobufs?

2 comments

0xdeadc0deabout 4 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;copybara" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;copybara</a>
mav3rickabout 4 years ago
You can have multiple repos ? One public and one internal referring the public protos ? Sync them and get going ?