I currently have two proto files. foo.proto
and bar.proto
, foo.proto
is already importing types from bar.proto
However, I now need to make a change where bar.proto
needs to use a message defined in foo.proto
.
I moved the message definition from foo
to bar
but now I need to figure out the best way of deprecating the message from foo
since it was removed it need to be reserver/deprecated.