tokio-rs / turmoil

Add hardship to your tests
MIT License
790 stars 50 forks source link

Update gRPC example to latest hyper, tonic and tower #180

Closed LeonHartley closed 2 months ago

LeonHartley commented 3 months ago

The examples still reference older versions of hyper, tonic and tower. These libraries have moved on quite a bit so it would be nice to see them being refreshed using the latest versions of the APIs.

mcches commented 3 months ago

Would you be interested in picking up this task?

LeonHartley commented 3 months ago

Yeah I can sort it. I've just recently upgraded hyper, tonic and tower in a project that we use Turmoil for testing too

mcches commented 3 months ago

Much appreciated! I can PR as soon as you get something up.

LeonHartley commented 3 months ago

Raised the PR for that