Jess Izen

Results 12 issues of Jess Izen

Hi there! I've been meaning to build out support for this feature in either a standalone project, or, even better, contribute to an existing project. Would you be open to...

enhancement

Today, smithy's generated clients use native Hyper dns handling, which in turn delegates to the OS dns resolver. This is not ideal for a couple reasons: - cached dns resolution...

WIP, I plan to add: - async handling for client/server instantiation too under the same feature flag, as that was also blocking in my profiling - probably try to clean...

I am willing to contribute work on this. Sharing for broader feedback after a conversation with djc@ and ctz@. There is also a thread in the rustls discord: https://discord.com/channels/976380008299917365/1313647498061025411 ##...

## Feature Request (Open to implementing this change, if crate maintainers would accept a contribution) ### Crates `tracing-appender` ### Motivation [NonBlocking](https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/struct.NonBlocking.html) allows you to signal a final flush before shutdown....

**Is your feature request related to a problem? Please describe.** I want to drive a `current_thread` runtime with as little overhead as possible, meaning no need to communicate between my...

A-tokio
M-runtime
C-feature-request

(Glad to contribute this, cutting an issue to gauge interest first) Today we have the [buffer](https://docs.rs/tower/latest/tower/buffer/struct.Buffer.html) layer which allows delegating requests to a background worker, but in serial. I recently...

### TLDR: Questions: - do we want an example showing a library encapsulating user-provided tower layers for an internal service, with type erasure - do we want an example showing...

I'm concerned that the `TaskMonitor` creates a bit of an anti-pattern for instrument task metrics in certain cases. It is leading the user to aggregate across tasks. That makes sense...

enhancement

https://github.com/tokio-rs/tokio-metrics/pull/68 added an integration with metrics.rs for `RuntimeMetrics`. We should add similar for `TaskMetrics`. it will require very similar code. Probably we should refactor slightly to generalize some of the...