After my first attempts with Akka Persistence were working I did some refactoring to my code and now the replay of the already stored events fail due to invalid class-ids.
I know that I should never throw stuff away and handle this carefully but for the initial learning I would like to reset my persisted data. Problem is, I cannot find where the Level-DB Journal is persisting the files on my disc.
Where is this stuff stored or how can I reset my db during startup?
Thanks