You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then run ./sbt assembly. That produces a bunch of errors of the format:
[error] (*:assembly) deduplicate: different file contents found in the following:
[error] /Users/kl/.ivy2/cache/com.twitter/libthrift/jars/libthrift-0.5.0-7.jar:org/apache/thrift/EncodingUtils.class
[error] /Users/kl/.ivy2/cache/org.apache.thrift/libthrift/jars/libthrift-0.9.3.jar:org/apache/thrift/EncodingUtils.class
The text was updated successfully, but these errors were encountered:
The intial telemeters provided are http and kafka. For consistency with zipkin-finagle, we should consider adding scribe as well.
Adding a dependency on zipkin-finagle's scribe module, however, causes a version conflict with libthrift. To reproduce, first add the dependency:
And then run
./sbt assembly
. That produces a bunch of errors of the format:The text was updated successfully, but these errors were encountered: