Safeness of changing proto field number

前端 未结 0 1335
清歌不尽
清歌不尽 2020-12-10 15:40

For example if I changed from:

message Request {
  int foo = 1;
}

to

message Request {
  int bar = 1;
  int foo = 2;
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题