levkhomich / akka-tracing

A distributed tracing extension for Akka. Provides integration with Play framework, Spray and Akka HTTP.
Other
308 stars 32 forks source link

[WIP]development for play 2.5.x #66

Closed letusfly85 closed 8 years ago

letusfly85 commented 8 years ago

Hi, I'm now trying to develop akka-tracing for playframework 2.5.0.

I want to use akka-tracing-play like below.

play.http.requestHandler = "com.github.levkhomich.akka.tracing.play.TracingRequestHandler"

And, I have some question.

Do you have some milestone for akka-tracing-play over 2.5.X (including 2.6.X) ? If you already have a milestone, I will close this PR.

How do you think about akka-tracing-spray's test library dependent to incomparable other libraries...? If it is my misunderstand, I'll apologize for you..

Thank you.

levkhomich commented 8 years ago

Hi! Play 2.5+ support is already implemented, but it wasn't rolled out yet.

The main reason behind this is dependency hell, there is no way to support Spray and new versions of Play and Akka. I decided to release 0.5 as the last version supporting Java 6 and 7, old tracing API (large part of methods were deprecated), and Spray. Right after that I will push adjusted version aiming Play 2.5+, Akka 2.4 and Java 8.

letusfly85 commented 8 years ago

Hi, thank you for replying!

I see your load map :smile:

I'm really looking forward to using new version akka-tracing.

Thank you!