Code Monkey home page Code Monkey logo

Comments (7)

mosesn avatar mosesn commented on August 23, 2024

Typically people just clone the repo and run it. What are the artifacts you're referring to? You shouldn't really care which version of scala zipkin is running against, because it's a standalone service.

If you're referring to the client library for Tracing, try taking a look-see at finagle-zipkin, which is built against 2.10.

from zipkin.

daandi avatar daandi commented on August 23, 2024

I'd like to use some parts of zipkin to get them to run with brave (https://github.com/kristofa/brave-zipkin-spancollector. ).

Thus just running zipkin would not be enough.

The implementation uses:

  • zipkin-common
  • zipkin-scrooge
    for which I didn't find an artifact compatible with Scala 2.10.

I tried checking out the project and changing the Scala Version in the build.sbt to generate the aritifacts locally. But the Scala Version seems to be defined/overridden somewhere else. Also checked the build properties found in the project directory but no trace of a version definition except for the one in the build.sbt .

from zipkin.

bmdhacks avatar bmdhacks commented on August 23, 2024

We haven't built/tested artifacts on scala 2.10
There's a lot of dependencies on artifacts that we rely on that are not
available for 2.10. You're welcome to give it a shot, but the short answer
for the question of whether we have them is "no"

I'm not sure why you'd need it though. Surely brave can work with the
standard 2.9.2 version of zipkin.

On Tue, Jun 11, 2013 at 4:26 AM, Andreas Neumann
[email protected]:

I'd like to use some parts of zipkin to get them to run with brave (
https://github.com/kristofa/brave-zipkin-spancollector. ).

Thus just running zipkin would not be enough.

The implementation uses:

  • zipkin-common
  • zipkin-scrooge for which I didn't find an artifact compatible with
    Scala 2.10.

I tried checking out the project and changing the Scala Version in the
build.sbt to generate the aritifacts locally. But the Scala Version seems
to be defined/overridden somewhere else. Also checked the build properties
found in the project directory but no trace of a version definition except
for the one in the build.sbt .


Reply to this email directly or view it on GitHubhttps://github.com//issues/255#issuecomment-19255748
.

from zipkin.

mosesn avatar mosesn commented on August 23, 2024

@DaanDL if you want to build it yourself, you will have to add scalaVersion as a setting in zipkinSettings in the Project.scala file.

from zipkin.

daandi avatar daandi commented on August 23, 2024

Thanks a lot. :) That really helps.

from zipkin.

bmdhacks avatar bmdhacks commented on August 23, 2024

Zipkin depends on twitter.util.eval which is not supported in scala 2.10. In order to move to 2.10 we need to change the configuration mechanism away from eval.

from zipkin.

eirslett avatar eirslett commented on August 23, 2024

Closing due to lack of activity. We're already on Scala 2.11 anyways.

from zipkin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.