Hi, I'm using akka-persistence for a project and so far it's been a fairly pleasant experience.
One thing I noticed was that when using AtLeastOnceDelivery, I must use the deliveryId's generated by the trait. In some cases it could be nice if I could provide my own semantically meaningful Val as deliveryId instead. Of course this would also be a great opportunity for me to shoot myself in the foot - I'd have to make sure myself that those id's are unique, even across recipients - but that's solvable and it could make for some more elegant messages. Is there any other reason this is not possible/allowed? (of course I could try and work around this by keeping track of a mapping between deliveryId's and my own meaningful id's, but that doesn't seem right at all :) ). Kind regards, Arnout -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
