linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.67k stars 1.28k forks source link

Migration to Tokio 0.2 #3938

Closed grampelberg closed 3 years ago

grampelberg commented 4 years ago

Description

We need to move proxy onto the modern Tokio ecosystem so that we don’t diverge from core library fixes, etc.

Once finished, we’ll be able to start using tokio 0.2, etc; we’ll have a repeatable framework for analyzing proxy performance; and we’ll start to develop a new mental model of the proxy by regularly looking at flamegraphs.

Details

hawkw commented 3 years ago

This has been done for...a while :)