akka-persistence-no-ops


License

License

MIT
Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.github.mingchuno
ArtifactId

ArtifactId

akka-persistence-no-ops_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

akka-persistence-no-ops
akka-persistence-no-ops
Project URL

Project URL

https://github.com/mingchuno/akka-persistence-no-ops
Project Organization

Project Organization

com.github.mingchuno
Source Code Management

Source Code Management

https://github.com/mingchuno/akka-persistence-no-ops

Download akka-persistence-no-ops_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mingchuno/akka-persistence-no-ops_2.11/ -->
<dependency>
    <groupId>com.github.mingchuno</groupId>
    <artifactId>akka-persistence-no-ops_2.11</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mingchuno/akka-persistence-no-ops_2.11/
implementation 'com.github.mingchuno:akka-persistence-no-ops_2.11:0.1.0'
// https://jarcasting.com/artifacts/com.github.mingchuno/akka-persistence-no-ops_2.11/
implementation ("com.github.mingchuno:akka-persistence-no-ops_2.11:0.1.0")
'com.github.mingchuno:akka-persistence-no-ops_2.11:jar:0.1.0'
<dependency org="com.github.mingchuno" name="akka-persistence-no-ops_2.11" rev="0.1.0">
  <artifact name="akka-persistence-no-ops_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mingchuno', module='akka-persistence-no-ops_2.11', version='0.1.0')
)
libraryDependencies += "com.github.mingchuno" % "akka-persistence-no-ops_2.11" % "0.1.0"
[com.github.mingchuno/akka-persistence-no-ops_2.11 "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.akka : akka-persistence_2.11 jar 2.5.4

test (2)

Group / Artifact Type Version
com.typesafe.akka : akka-stream-testkit_2.11 jar 2.5.4
com.typesafe.akka : akka-persistence-tck_2.11 jar 2.5.4

Project Modules

There are no modules declared in this project.

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"

Versions

Version
0.1.0