krasserm / akka-persistence-kafka

A replicated Akka Persistence journal backed by Apache Kafka
Apache License 2.0
201 stars 59 forks source link

Is this project dead ? #35

Closed idanna closed 7 years ago

krasserm commented 7 years ago

I don't have any plans at the moment to continue working on it.

ktoso commented 7 years ago

I would add that rather than as a persistence plugin, we've seen Kafka usage in the Akka ecosystem evolve into the direction of using APIs as Akka Streams, so via https://github.com/akka/reactive-kafka which is actively maintained

krasserm commented 7 years ago

... and one of many application examples is https://github.com/krasserm/akka-stream-eventsourcing. It is a stream-based alternative to akka-persistence (still alpha though).