Lucio Franco

Results 73 issues of 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`...

T-docs
C-enhancement
E-easy
A-tonic
A-build
A-examples
P-high

It would be handy to add benchmarks mostly around encoding and decoding.

A-tonic

C-enhancement
A-tonic

This is just a tracking issue for additional config items that need to be added: - [ ] Consul client buffer size

enhancement

`SIGTERM, SIGINT` should also be captured to trigger a graceful shutdown.

enhancement
good first issue

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....

type: enhancement
domain: observability