Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

martinpallmann/akka-persistence-riak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This README is a bit stale. I'll update it soon.

Riak Plugin for Akka Persistence

Akka Persistence journal store backed by Riak.

Dependency

This version of akka-persistence-riak depends on Riak 2.0.1 and Akka 2.4.1.

Journal plugin

Activation

To activate the journal plugin, add the following lines to application.conf:

akka.persistence.journal.plugin = "akka-persistence-riak-async.journal"
akka-persistence-riak-async.journal.class = "docs.persistence.MyJournal"

You also need to configure the riak hosts:

akka-persistence-riak-async.nodes = ["127.0.0.1"]

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages