-
Updated
Nov 1, 2020 - C++
thrift
Here are 340 public repositories matching this topic...
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Nov 2, 2020 - Scala
-
Updated
Dec 9, 2018 - Python
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
-
Updated
Nov 2, 2020 - Go
-
Updated
Jan 28, 2020 - C++
-
Updated
Mar 24, 2017 - Java
-
Updated
Nov 3, 2020 - Scala
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 30, 2020 - Go
-
Updated
Aug 30, 2020 - Go
-
Updated
Feb 2, 2017 - Erlang
-
Updated
Nov 3, 2020 - C#
-
Updated
Dec 5, 2019 - Python
-
Updated
Aug 28, 2019 - Python
-
Updated
Sep 29, 2020 - Java
Improve this page
Add a description, image, and links to the thrift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift topic, visit your repo's landing page and select "manage topics."


Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra