finagle
Here are 68 public repositories matching this topic...
Hello,
I am working with the ZkAsyncSemaphore under zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to do this? I found one in the commons library but it uses an older client.
EDIT:
Upon investigation, it seems that there is a function safeCreate within the semaphore that is meant to create the
-
Updated
Apr 23, 2022 - Scala
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
Mar 24, 2017 - Java
-
Updated
Jan 8, 2019 - Scala
-
Updated
Aug 26, 2020 - Scala
-
Updated
Apr 2, 2020 - Scala
-
Updated
Jul 5, 2021 - Scala
-
Updated
Apr 18, 2022 - Shell
-
Updated
Oct 14, 2021 - Java
-
Updated
Jul 5, 2016 - Scala
-
Updated
Oct 3, 2017 - Scala
-
Updated
Jan 6, 2020 - JavaScript
-
Updated
Apr 25, 2022 - Scala
-
Updated
Oct 3, 2017 - Scala
-
Updated
Mar 6, 2022 - Scala
-
Updated
Jul 31, 2017 - Scala
-
Updated
Mar 28, 2022 - Scala
-
Updated
Jul 10, 2019 - Scala
Improve this page
Add a description, image, and links to the finagle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the finagle 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