HADOOP-17819. Add extensions to ProtobufRpcEngine RequestHeaderProto. Contributed by Hector Sandoval Chaverri. (#3242)

This commit is contained in:
hchaverr 2021-07-27 13:26:34 -07:00 committed by Konstantin V Shvachko
parent 1d03c69963
commit 3c8a48e681
2 changed files with 6 additions and 0 deletions

View File

@ -64,4 +64,7 @@ message RequestHeaderProto {
/** protocol version of class declaring the called method */
required uint64 clientProtocolVersion = 3;
/** protocol extensions */
extensions 1000 to max;
}

View File

@ -64,4 +64,7 @@ message RequestHeaderProto {
/** protocol version of class declaring the called method */
required uint64 clientProtocolVersion = 3;
/** protocol extensions */
extensions 1000 to max;
}