Hi Is there a way to inspect and delete old processor stores? Background: I'm intending to use akka persistence as a front end to messages received from a mobile application. Each user will get his/her own processor - as we maintain quite complex state at the user level. The users work in daily shifts with a completely new set of work each day (it's delivery drivers). It is possible that I may need to access the messages for a particular driver/shift one or two days after end of work - for example, they may have had a problem with the mobile device and it comes back to the depot to recover lost data. As a consequence I wish to keep the journals for each driver each day separate - so I'm planning to use a processorId made up with the username+date But this leads me with the possibility of lots of old data streams lying around that I no longer want nor care about.
Is there a way to list and delete such streams? Is such an api likely to evolve in the future for the plugins? Thanks Tim -- >>>>>>>>>> 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.
