Pure White
Pure White
Hi, I want to generate cgo files for https://github.com/axboe/liburing/blob/master/src/include/liburing.h But got this: ``` processing liburing.yml ⠋[ERR] /usr/include/liburing.h:149:3: unexpected ':', expected assembler operands or one of ['[', string literal] ``` And...
wget is frequently used in ci, so I propose to add it
## Feature Request ### Crates This should be placed under https://github.com/volo-rs. 这应该放在 volo-rs 组织下,作为 volo 的生态。 ### Motivation Limiters are very useful when under high qps, which can prevent the...
## Feature Request ### Crates volo ### Motivation We used `tokio::net::unix` directly so windows is not supported now. 目前我们直接使用了`tokio::net::unix`所以 windows 上目前编译不过。 ### Proposal We can use conditional compilation to resolve...
## Feature Request ### Proposal Firstly, we need to create a new directory called `examples`, and write an idl file. Secondly, we should generate an example using volo-cli, and adjust...
## Feature Request ### Crates 影响所有的 crate。 ### Motivation Monoio 是一个主要基于 io-uring 的 thread-per-core 的 runtime,在 thread-per-core 场景下性能很好。 支持 Monoio 作为可选的 runtime 可以使得我们的部分场景的用户获得巨大的性能提升,如 Proxy 场景用户和存储场景用户。 ### Proposal 首先,我们希望用户能够以较低的成本来在两个 Runtime 之间切换,例如使用...
## Feature Request ### Crates volo-grpc ### Motivation Graceful shutdown is an important feature for grpc server, which can make the server completes all its requests before shutdown, which can...
## Feature Request ### Crates volo ### Motivation Consistent hash load balance is useful and important, we need to support it. 一致性哈希路由是一个很常用也很重要的路由策略,我们需要支持它。 ### Proposal We can refer to the [implementation...
## Feature Request ### Crates volo-grpc ### Motivation Currently we don't support TLS in gRPC, we need to support it. 目前 volo-grpc 不支持 TLS,我们应当支持一下。 ### Proposal TBD