benmur / riemann-scala-client

Scala client library for sending events to Riemann
MIT License
19 stars 7 forks source link

Question about development status #6

Closed algermissen closed 10 years ago

algermissen commented 10 years ago

Hi,

are you still actively pursuing this? Or did you let the project silently die? If so, what were the reasons? Did you loose interest or just hit a problem with it?

Jan

benmur commented 10 years ago

Hi Jan,

I don't expect this project to be dying, It just works for my needs.

I will be doing an update when I move my projects (which have a dependency on riemann-scala-client) to scala 2.11/akka 2.3, but this will require testing because of the protobuf version upgrade in akka 2.3, which will force an update on the riemann java client.

The move to akka 2.3 will also include a refactoring of the network code that I started a few weeks back, to use akka-io (which was still experimental in 2.2).

Hope this answers your question

Rached