Marc Alff
Marc Alff
> Thanks for your detailed response. I appreciate it very much! > > > A subclass of RuntimeContextStorage, can return a subclass of Token, by using a custom token with...
> LGTM. Although it was deprecated, it's still worth including a changelog entry **_with migration steps_** for those who haven't removed it yet. Good idea, thanks. Implemented, waiting for CI...
this doc: * https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md now requires C++ Version >= 17 since 2024-12-17
Dependencies: * GRPC 1.69.0 is the last grpc release compatible with C++14 * GRPC 1.70.0 now requires C++17
@lalitb @ThomsonTan @esigo Please review
> Sorry for the confusion, my college mentioned some potential raise conditions which turned out to be not applicable here. Just to clarify, should we continue with this PR, or...
## Use case About the use case itself, i.e., to understand when this code path is involved: Assume a library libL, instrumented with OpenTelemetry. This library instruments some spans, so...
@michaelvanstraten , All, To summarize the state of this discussion: * There are some remaining questions, on the use case itself, to clarify whether there is an issue on a...
@uuzay Please merge a recent main into this PR, to get the merge conflict resolved. This should force the CI to build also, somehow it got stuck. Thanks.
> The user application builds fine with either new SDK headers/old SDK libs, or old SDK headers/new SDK libs, either one will trigger a runtime break which is very hard...