https://github.com/evolution-gaming/stream-journal-to-kafka
Akka persistent journal extension which streams persisted events to kafka
https://github.com/evolution-gaming/stream-journal-to-kafka
akka kafka persistence
Last synced: about 1 year ago
JSON representation
Akka persistent journal extension which streams persisted events to kafka
- Host: GitHub
- URL: https://github.com/evolution-gaming/stream-journal-to-kafka
- Owner: evolution-gaming
- License: mit
- Created: 2018-02-10T19:23:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T16:34:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T19:54:10.233Z (over 1 year ago)
- Topics: akka, kafka, persistence
- Language: Scala
- Size: 27.3 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stream journal to kafka [](https://travis-ci.org/evolution-gaming/stream-journal-to-kafka) [](https://coveralls.io/r/evolution-gaming/stream-journal-to-kafka) [](https://www.codacy.com/app/evolution-gaming/stream-journal-to-kafka?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/stream-journal-to-kafka&utm_campaign=Badge_Grade) [  ](https://bintray.com/evolutiongaming/maven/stream-journal-to-kafka/_latestVersion) [](https://opensource.org/licenses/MIT)
## Setup
```scala
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")
libraryDependencies += "com.evolutiongaming" %% "stream-journal-to-kafka" % "1.0.4"
```