Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1368

How to delete events in Akka Persistence

$
0
0

@anilkumble wrote:

Hi,

How to delete events from cassandra database which is starting with specific prefix.
Say, If I am creating persistent actors with name "Actor+xx… Now I want to delete all the events which has a prefix “Actor”.

How to achieve this usecase ?

We have method called deleteMessages(long seqNo). This will delete the message till this seqNo.

Do we have any other support for deleting message in Akka Persistence

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1368

Trending Articles