Results 57 issues of Qing Wang

Add a compile tool of drpc to generate a java file from the following proto file. ```proto # proto file service DstDictService { rpc put(PutRequest) returns (PutResponse); } ``` the...

feature request

### Description Ray uses cloudpickle as the main serializer/deserializer, which is too dynamic, as a result that it's easy to be attacked. I'm purposing adding a configuration item `allowed_class_list_for_deserialization`, to...

enhancement
stale
security

### Description We have users create a ObjectRef by a given object id, which causes a wrong reference count and crashes worker. This behavior is not allowed. ### Link _No...

stale
docs

### Description _No response_ ### Use case _No response_

enhancement
stale

Is there any benchmark result? such as what workloads eggroll could launch, the communication performance, etc..

相关讨论文档: https://docs.google.com/document/d/1TyEcOcA7GssVZXx_XYPUplmBTzSihC7LgbIvolQK7Ts/edit#heading=h.8d5y2e9o0956 - [x] 开发版本的Java Client支持 #26 - [ ] 支持多线程. - [ ] 优化API - [ ] 支持丰富的基本类型 - [x] 支持自定义类对象参数 - [x] 同步客户端

We're now using CPU + tcp + redis store in our cluster with 250 machines. It works well when the gloo instances number is under 1k in one group, but...

## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...