Frank Spitulski
Frank Spitulski
I'm having this same issue. The SpanProcessor extension is not sufficient since I need to remove or add attributes and events onEnd, but the onEnd method only exposes a ReadableSpan...
@davidgf I added the example, but I am very much not familiar with CloudFormation. I'm afraid I'll have to leave it here in terms of the CloudFormation template.
There are still some polling methods left. @Ralith or @djc may be able to answer about future plans.
Some discussion is in here https://gitter.im/djc/quinn
I'll close this since it appears quinn is keeping named futures instead of async traits.
I don't think this is quite fixed. The fix from #3413 requires "-std=c++14" to be passed in by the end user too since .bazelrc files from external modules are ignored....
unfortunately that's all the output bazel produced. It's definitely an issue with the transitive proto -> absl dependency though. Ideally it would be fixed by those upstream projects, but users...
right I brought up go get to show a difference in use between build systems when using this library. go get does not require you to set extra c flags....