Add Ray client protocol version (#13846)

This commit is contained in:
Eric Liang
2021-02-02 00:19:08 -08:00
committed by GitHub
parent 26beb3b67b
commit fa4290090d
4 changed files with 10 additions and 1 deletions
+2
View File
@@ -266,6 +266,8 @@ message ConnectionInfoResponse {
string ray_commit = 3;
// The Python version (e.g., "3.7.2").
string python_version = 4;
// The protocol version of the server (e.g., "2020-02-01").
string protocol_version = 5;
}
message DataRequest {