finagle
Here are 66 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
Jun 25, 2020 - Scala
It was asked on Gitter. Here is the argument we need to wire: https://github.com/twitter/finagle/blob/develop/finagle-base-http/src/main/scala/com/twitter/finagle/http/exp/MultipartDecoder.scala#L20
One line summary of the issue here.
Building the scrooge-linter fails because the 19.10.0 version of the util-logging dependency cannot be found. Changing build.sbt to use 19.9.0-SNAPSHOT works fine
Expected behavior
A command like the following should run:
./sbt 'scrooge-linter/runMain com.twitter.scrooge.linter.Main --help'
In this case, this should display the linter's
-
Updated
Mar 24, 2017 - Java
-
Updated
Jan 8, 2019 - Scala
-
Updated
Jun 16, 2019 - Scala
-
Updated
Apr 2, 2020 - Scala
This would help people to have some useful and performant Prometheus metrics out of the box.
-
Updated
Jul 5, 2016 - Scala
-
Updated
Jul 31, 2018 - Java
-
Updated
Jun 24, 2020 - Shell
-
Updated
Jan 6, 2020 - JavaScript
-
Updated
Oct 3, 2017 - Scala
-
Updated
Jun 23, 2020 - Scala
-
Updated
Oct 3, 2017 - Scala
There is an external mail list, finaglers@googlegroups.com. We should probably announce this project there. I can also tweet the link to an announcement from @finagle's Twitter.
-
Updated
Jul 31, 2017 - Scala
-
Updated
May 31, 2020 - Scala
-
Updated
Jul 10, 2019 - Scala
-
Updated
Jan 10, 2018 - 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