Protobuf tight coupling?

Hi all,

Project A communicates with project B by using protobuf (bidirectional communication). Whenever I change something I need to regenerate the protobuf structs, and this works fine as long as A and B are in the same repo.

How can I separate the two projects into two different repos ? What is the consensus about this, I do not want to have to do 3 commits (to 3 different repos) whenever I change something.

Please help, I need to find a solution urgently.

The protocol is prepared for this!
Read this carefully:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.