-
Updated
May 10, 2022 - C++
thrift
Here are 378 public repositories matching this topic...
AnnotatedServiceBindingBuilder
and VirtualHostAnnotatedServiceBindingBuilder
currently don't share a common interface for its methods, such as pathPrefix()
and exceptionHandlers()
. This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters
, we could prevent such a mistake.
-
Updated
May 3, 2022 - Scala
-
Updated
Dec 9, 2018 - Python
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
What would you like to be improved?
Ubuntu 22.04 is available and is the latest LTS version, we can migr
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
May 2, 2022 - Go
-
Updated
Jan 28, 2020 - C++
-
Updated
Jan 24, 2022 - Java
-
Updated
Apr 11, 2022 - C#
-
Updated
May 9, 2022 - Go
-
Updated
Mar 24, 2017 - Java
-
Updated
Apr 9, 2022 - Go
-
Updated
May 9, 2022 - Go
-
Updated
Apr 27, 2022 - C#
-
Updated
Jan 14, 2021 - Go
-
Updated
Feb 2, 2017 - Erlang
-
Updated
Dec 5, 2019 - Python
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