Hi,currently there is no war to retrieve one specified message from the processor, the only way i think is using an hashmap to keep it on Recover right?
and the EP's persist(message ,callback) ,I think the callback should provide the persistence message's seqNr too,currently I need to use the lastSeqNr or getCurrentPersistenceMessage.seqNr to get It,I don't know is that right.but On my test ,the next persistence message will be lastSeqNr +1. so If I can't retrieve message from the processor,so I need a db or somewhat right?and can only use the processor to store state, but not whole information? -- >>>>>>>>>> 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.
