cloudwego / volo

Rust RPC framework with high-performance and strong-extensibility for building micro-services.
https://crates.io/crates/volo
Apache License 2.0
2.13k stars 166 forks source link

feat: align implementation of clients' layers #412

Closed wfly1998 closed 2 months ago

wfly1998 commented 2 months ago

Motivation

volo-http does not have out layer, while volo-thrift and volo-grpc do not have layer_inner_front, this PR aligns them.

Solution