Version of akka-quartz scheduler for akkaVersion = "2.3.6"

102 views
Skip to first unread message

Soumya Simanta

unread,
Sep 17, 2014, 2:34:58 PM9/17/14
to akka...@googlegroups.com
I'm currently using Akka 2.3.6 and would like to use the Quartz Scheduler. 

The github page says: 

Current Built against:

* Akka 2.0.x
* Akka 2.1.x
* Akka 2.2.x
Is there a version of Quartz-scheduler that works with Akka 2.3.6 ? 


Patrik Nordwall

unread,
Sep 18, 2014, 9:01:58 AM9/18/14
to akka...@googlegroups.com
Maintenance of akka-quartz-scheduler has stalled, and the project is looking for a new maintainer.

Regards,
Patrik

--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.



--

Patrik Nordwall
Typesafe Reactive apps on the JVM
Twitter: @patriknw

Soumya Simanta

unread,
Sep 18, 2014, 9:11:18 AM9/18/14
to akka...@googlegroups.com
Thanks.

 Is there a replacement for this functionality? 

Currently I'm using the Akka scheduler. I was planning to move to quartz but looks like the future of quartz is still not clear. 
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/Xl6dnFP67bM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.

Roland Kuhn

unread,
Sep 18, 2014, 10:46:40 AM9/18/14
to akka-user
There is nothing magical about the relationship between a scheduler and actor messaging, you can pick any solution that you want and just have the jobs that you schedule send messages as desired. Our reasoning behind not maintaining akka-quartz-scheduler is that other implementors that concentrate on (persistent) scheduling will likely do a better job at this aspect than we could.

So, if quartz does what you need, why don’t you just use quartz directly? The main reason would probably be that the Java API needs to be wrapped—as Brendan did—to be nicely usable from Scala, but that is not a huge obstacle; you might just copy excerpts from github into your project to get started quickly.

OTOH if there is enough demand for this wrapper, then we’re hopeful that some people step up to maintain the Akka integration.

Regards,

Roland


Dr. Roland Kuhn
Akka Tech Lead
Typesafe – Reactive apps on the JVM.
twitter: @rolandkuhn


Patrik Nordwall

unread,
Sep 25, 2014, 12:04:39 PM9/25/14
to akka...@googlegroups.com
akka-quartz-scheduler is now maintained here: https://github.com/enragedginger/akka-quartz-scheduler

Regards,
Patrik
Reply all
Reply to author
Forward
0 new messages