Nadav Samet
Nadav Samet
However, feel free to provide a reproducible example in any way that is convenient for you and I'll take a look and move it around as needed.
No, the root cause isn't identified yet. It would be great if someone can look into it.
Scala 3 is now supported.
Thanks for working on this. This looks really good. My main concern would be the need to support it (due to the subtleties and potential race conditions) so I'm looking...
I am hesitant on getting this merged due to the additional complexity to support and maintain this. Given that grpc-java doesn't provide this, I think that the need for backpressure...
Is it only impact Scala.js on Scala 3? If so, we can exclude for the time being.
Thank you!
Hey Andrey, thanks for putting this together. I looked into `io.grpc.Context` in the past, and if I recall correctly it does require special handling with ZIO due to it relying...
Taking a step back - I assume you need the context so you can extract the span and add additional traces from within your service - is that right? I...
I am hesitant about introducing this change. The value add is that it enables using existing grpc-java interceptors, on other other hand, it introduces a class that only partially works...