docs: add newish modules in listing (#29446)
This commit is contained in:
parent
946135bcaa
commit
531553ca27
1 changed files with 17 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ Alpakka is a Reactive Enterprise Integration library for Java and Scala, based o
|
|||
|
||||
The Alpakka Kafka Connector connects Apache Kafka with Akka Streams.
|
||||
|
||||
|
||||
## [Akka Projection](https://doc.akka.io/docs/akka-projection/current/)
|
||||
|
||||
Akka Projections let you process a stream of events or records from a source to a projected model or external system.
|
||||
|
||||
|
||||
## [Cassandra Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-cassandra/current/)
|
||||
|
||||
An Akka Persistence journal and snapshot store backed by Apache Cassandra.
|
||||
|
|
@ -20,6 +26,17 @@ An Akka Persistence journal and snapshot store backed by Apache Cassandra.
|
|||
|
||||
An Akka Persistence journal and snapshot store backed by Couchbase.
|
||||
|
||||
|
||||
## [JDBC Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-jdbc/current/)
|
||||
|
||||
An Akka Persistence journal and snapshot store for use with JDBC-compatible databases. This implementation relies on [Slick](https://scala-slick.org/).
|
||||
|
||||
|
||||
## [Google Cloud Spanner Plugin for Akka Persistence](https://doc.akka.io/docs/akka-persistence-spanner/current/)
|
||||
|
||||
Use [Google Cloud Spanner](https://cloud.google.com/spanner/) as Akka Persistence journal and snapshot store. This integration relies on [Akka gRPC](https://doc.akka.io/docs/akka-grpc/current/).
|
||||
|
||||
|
||||
## Akka Management
|
||||
|
||||
* [Akka Management](https://doc.akka.io/docs/akka-management/current/) provides a central HTTP endpoint for Akka management extensions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue