Bartlomiej Plotka
Bartlomiej Plotka
I would say now that workaround is actually the long term solution as well. This is because for our case we depend on special type field that tells the type...
Hi, Thank you for this contribution, but I think we would love to choose a technology that is closer to what maintainers know about. The reason is that we need...
> TLDR; The main issue is, there is really no way to me to pass information back up the middleware stack from within the endpoint itself. Hm, why do you...
What's available new in v2 can show in GoDocs. Let's verify all renders nicely. Let's start the section in Readme about # Migrating from v1: * What was removed *...
It is indeed. Cool, let's move it out of utils then!
Correct, just while you are doing this, can you just double check if all method names, comments make sense too? Would be nice to clean this before v2 release (while...
Oh, and make sure you to start from `v2` branch and you point your PR to `v2` (it has to be done manually for now on GitHub UI)
Can we double check if this work on `v2` branch? 🤗
Actually the current idea is to support both interfaces (: in `v2` branch. See: https://github.com/grpc-ecosystem/go-grpc-middleware/issues/275
Acceptance Criteria: * Users can use tracing interceptor with opentelemetry-go APIs too. NOTE: * Opentelemetry project is not Stable yet, APIs are changing that's why another provider and not replacing...