Lucio Franco
Lucio Franco
I think you go via this https://docs.rs/tonic/latest/tonic/service/struct.Routes.html#method.new and pass in the initial service you want on this router.
While I feel like this is a valiant effort, I am not convinced about the improvement to performance here. I think a big change like this would require a lot...
> impl Connected for tokio_rustls::TlsStream Would a simpler rustls feature flag that would just enable this integration point solve your issue? I am open to adding a config option that...
@xumaple I do not have an eta and I won't personally have time to work on this. I would suggest opening a PR and we can go from there.
> Once the xDS client is available, we could potentially open-source the Tower Layers as well. How much complexity would it be to ship this in the first iteration? I...
If possible can you provide a minimal reproducer for this with the config items you have set. That would make this easier to debug, thanks.
I am not able to pull your project down, I would recommend if you're having this issue to produce a minimal reproducer that is easier to debug.
The first one waits until it has gotten the initial headers which may also coincide with the first message.
We have discussed it and its in the plans to look at this behavior and at least align it with other gRPC implementations.
@nossrannug hi, sorry for the delay on this. Do you have any background on if this is something other implementations of gRPC do? I'd ideally not like to diverge to...