Lucio Franco
Lucio Franco
I'd like to introduce [`http-body`](https://docs.rs/http-body) support to `async-compression` under a feature flag. This feature would provide a [`Body`](https://docs.rs/http-body/0.2.0-alpha.1/http_body/trait.Body.html) type that wraps another body type and will compress each chunk of...
Related issue https://github.com/hyperium/tonic/issues/1047. With https://github.com/tokio-rs/prost/pull/657 `prost` changed how it sources `protoc` to generate the protobuf definitions and power `tonic`'s codegen. We should do a doc pass within `tonic` and `tonic-build`...
This is just a tracking issue for additional config items that need to be added: - [ ] Consul client buffer size
`SIGTERM, SIGINT` should also be captured to trigger a graceful shutdown.
As a user, I want to be able to set customized logging levels for each stage of the pipeline to get a full picture of what each stage is doing....