Anthony Dodd

Results 219 comments of Anthony Dodd

Yea, so the issue is that `M` is not used anywhere within the new method you've defined, and Rust doesn't accept that. If you just remove the `M` generic param,...

Hey all, I've used the `grpc` create quite a lot, it should definitely work. I was hoping to see tower grpc stabilize by now, but it looks like it has...

Awesome. Happy to take a look. Are you planning on opening a PR for it against this repo??

Hey @Pauan thanks for the heads-up. They sound like awesome projects! I'll make sure to bring them up in the next meeting.

Well, tower-web is public now 🙌 I’m gonna do some comparison and see what it would look like to borrow some of that logic and use it here.

Per a lot of the discussion above: 1. Currently in tower-grpc, the generated `tower::Service` impl for the generated `*Server` has an `fn call` where the request's `uri().path()` is matched against...

@jkryl awesome! How likely do you think it would be to be able to factor such a pattern into upstream tower-grpc?

Implementing this following the same pattern as the K8s core controllers should be rather straightforward. The Go code will translate well enough to Rust (the Rust code will quite likely...

@OtaK awesome. That's pretty much what I had in mind as well. Will review shortly. Do you want me to wait until the PR is no longer in draft status?...

I definitely understand being swamped. I was able to find a workaround, so I'm not blocked by this. As far as the unlock_fair, that won't actually solve the problem. It...