Skip to content

mingchuno/akka-persistence-no-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-persistence-no-ops

Akka persistence plugin with no ops for testing. This plugin does NOT persist any message or snapshot to ANY unerlying storage. Use it for testing purpose only!

Installation

The plugin is compiled with Scala 2.12 and 2.11 and are deployed on maven sonatype repositories. To use the plugin add this to your sbt build file :

libraryDependencies += "com.github.mingchuno" %% "akka-persistence-no-ops" % "0.1.0"

Using the Journal/Snapshot Component

To use the journal component, you need to enable it in your configuration. To use the default settings, simply add these lines:

akka.persistence.journal.plugin = "akka-persistence-no-ops.journal"
akka.persistence.snapshot-store.plugin = "akka-persistence-no-ops.snapshot"

About

Akka persistence plugin with no ops for testing purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages