Lucio Franco
Lucio Franco
Right so if you do `SyncWrapper` where buffer is the outer type in the boxed type the clone is cheap and the type is cloneable cheaply?
> SyncWrapper solves the first and last point, but not the second as it needs to clone the inner service on every request. In my case the inner service usually...
Thanks for getting this rolling outside of tonic, I appreciate that! I think we can close this PR for now.
There is a tracking issue in tower here https://github.com/tower-rs/tower/issues/682
> Ive noticed that in other gRPC runtimes, the interceptors get a reference to a sort of method descriptor that contains additional metadata such as rpc type. Yeah, I think...
Correct, we have not made much progress on the `prost` side of things.
Thanks yes, generally speaking you should create a client per test.
For optional support we will need #674
> This should probably be implemented outside of tonic. Tonic has a simple api to consume balancer updates (via tower-balance). An implementation of tower-discover for SDS would satisfy this. Going...
You can do the type_attribute step but then also `compile_well_known_types` and it should codegen it for you.