Yifei

Results 9 issues of Yifei

fix: set client and server streaming

https://github.com/hyperium/h2/blob/756384f4cdd62bce3af7aa53a156ba2cc557b5ec/src/proto/streams/counts.rs#L164-L168 There may still leave some bytes releated to the stream in https://github.com/hyperium/h2/blob/756384f4cdd62bce3af7aa53a156ba2cc557b5ec/src/proto/streams/recv.rs#L52 when `Counts` remove a closed `Stream`. This may cause mem leak, Should we remove bytes releated to...

## Feature Request Support reference as method args in a rpc call like `client.get_user_info(&UserInfoRequest{...})` ### Crates volo-thrift ### Motivation in some case, it can save `Clone` cost.

A-volo-thrift
C-enhancement
C-feature-request
E-hard

### Motivation 实现基于 Volo RPC 通信的 Redis Server 和 Client。 #### Requirements 1. 能够处理 GET SET 命令 2. 支持 AOF 持久化 3. 主从架构,主节点可以向从节点同步数据 4. 分片存储 ### Alternatives

## Feature Request ### Crates ### Motivation 增加使用 volo workspace 命令的文档,文档需要补充在 https://github.com/cloudwego/cloudwego.github.io/tree/main/content/zh/docs/volo/guide 下 ### Proposal ### Alternatives

## Feature Request ### Crates ### Motivation 增加对 callopt 功能的介绍, 文档需要补充在 https://github.com/cloudwego/cloudwego.github.io/tree/main/content/zh/docs/volo/guide 下 ### Proposal ### Alternatives

A-volo
C-enhancement
E-easy

## Feature Request ### Crates ### Motivation The definition of `SendEntryMessage` can be better with GAT ```rust pub trait SendEntryMessage { fn into_body( self, compression_config: Option, ) -> crate::BoxStream

A-volo-grpc
C-enhancement

## Feature Request ### Crates ### Motivation 需要在https://github.com/cloudwego/cloudwego.github.io/tree/main/content/zh/docs/pilota/guide 下增加文档,以及在examples 目录下增加示例 ### Proposal ### Alternatives

C-enhancement
E-easy

## Feature Request ### Crates ### Motivation 汇总目前 pilota build 支持的 thrift annotations 以及作用, 需要在 https://github.com/cloudwego/cloudwego.github.io/tree/main/content/zh/docs/pilota/guide 下新建文档说明 ### Proposal ### Alternatives

A-pilota-build
C-enhancement
E-easy