OPS-156: upd proto (#5)

This commit is contained in:
mr-impossibru 2022-08-26 13:10:38 +03:00 committed by GitHub
parent 33c62d2615
commit b55710ee52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
namespace java dev.vality.gambit
namespace erlang gambit
// Алгоритм хеширования вы выбираете сами, мы рекомендуем murmur3 из-за легковесности.
typedef i32 Hash
struct DataRequest {
1: required list<string> datasets_names
2: required Hash hash
1: required set<string> data_sets_names
2: required Hash lookup_key
}
struct DataResponse {