openzipkin-contrib / play-zipkin-tracing

Provides distributed tracing for Play Framework and Akka using Zipkin.
Apache License 2.0
48 stars 19 forks source link

Java examples? #34

Open KoenDG opened 6 years ago

KoenDG commented 6 years ago

Hello all,

I have no experience in Scala and an existing Play 2.6 project, completely in Java.

Just wondering if examples in Java might be possible? I tried setting it up, but I got no further than logging the url that was called, no further details or anything.

If not, I understand. Time is limited.

takezoe commented 6 years ago

I'm not sure about Play with Java, but I guess that an adapter for Java is necessary to do that because play-zipkin-tracing dependes some Scala specific features such as implicit parameter.

KoenDG commented 6 years ago

Ah ok, so at this point in time, it is not viable?

takezoe commented 6 years ago

Yes. I'm interested in Java support in play-zipkin-tracing, but I can't start to work on it right now.