-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add artifacts to Maven Central #42
Comments
Hi can you please add the eventsourced artifacts to Maven Central...we are usinng Maven with java..and SBT is out of scope for us..thanks for the great work. |
http://repo.eligotech.com/nexus/content/repositories/eligosource-releases/ is a Maven repository. Should be straightforward to fetch dependencies from there. |
Hi Martin, Many thanks for the reply. I understand that this is a maven repo, and I Also it took me a while to find the link, which you posted, (had to browse Again thanks for the great work...its also nice to know that eventsourced regards, On Tue, Oct 15, 2013 at 1:59 PM, Martin Krasser [email protected]:
|
expect the Eligotech Maven repo to be stable. Should it change, you'll find the artifacts in central before. I'm just too busy right now working on that.
Would you like to contribute that to the Wiki?
You're welcome and yes, it's great to have a tighter integration into Akka. Btw, akka-persistence is a complete re-write. Not so many similarities with eventsourced any more (except the concepts of course) |
Hi Martin, Thanks for your assurance, indeed if the repo remains stable it is not an If you are okay, I will simply like to add the maven configuration for Interesting to know that akka persistence is a complete rewrite, we are Do you mind letting us know what are salient features of each at this point Thanks for your time and patience. Regards, On Tue, Oct 15, 2013 at 8:48 PM, Martin Krasser [email protected]:
|
Yes, please.
Yes, for bug fixes but no new feature development (except minor high-prio features for existing production deployments)
A first Akka 2.3-M1 milestone should be out in a couple of days. That's a good opportunity to use and give feedback. Expect a hardened version by the end of the year.
I recommend to switch to akka-persistence, as it dramatically simplifies recovery even in a distributed setup. In it's current state, akka-persistence is still missing a production-ready journal and reliable channels but this should be available within the next few weeks. More at http://doc.akka.io/docs/akka/snapshot/scala/persistence.html. Special event sourcing support, in addition to command sourcing, should be in very soon (pull request currently in review). |
Okay,I will add the changes by tomorrow... Its good to hear that eventsourced will be maintained. Isnt it a better Now we want to to be in production by Novemeber max by December mid, so it A tricky decision infact, hopefully once akka persistence is production On Wed, Oct 16, 2013 at 12:24 PM, Martin Krasser
|
That's what it actually is. With eventsourced we experimented with new ideas which have now been adopted by Akka/Typesafe. There will be add-on projects at Eligosource, that offer new features on top of akka-persistence. For example, we will migrate the journals to be compatible with akka-persistence. Other ideas and contributions are welcome, of course. |
Hi Martin, I changed the doc some time back..I have posted a query in EventSourced On Wed, Oct 16, 2013 at 3:49 PM, Martin Krasser [email protected]:
|
@amitpa-nrift thanks for adding to the Wiki. Made some minor edits ... |
Yep saw them....:) On Thu, Oct 24, 2013 at 2:04 PM, Martin Krasser [email protected]:
|
No description provided.
The text was updated successfully, but these errors were encountered: