Skip to content

Commit a0bfbe0

Browse files
authored
docs: review other modules page (#32839)
1 parent 4ae9fd5 commit a0bfbe0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

akka-docs/src/main/paradox/common/other-modules.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Other Akka modules
1+
# Other Akka libraries
22

3-
This page describes modules that compliment libraries from the Akka core. See [this overview](https://doc.akka.io/libraries/akka-core/current/typed/guide/modules.html) instead for a guide on the core modules.
3+
This page describes modules that compliment libraries from the Akka core. See [this overview](https://doc.akka.io/libraries/akka-core/current/typed/guide/modules.html) instead for a guide on the core library modules.
4+
5+
All Akka libraries and their current versions are listed at **[Akka libraries versions](https://doc.akka.io/libraries/akka-dependencies/current/)**.
6+
7+
Please find the **Akka SDK** documentation at [doc.akka.io](https://doc.akka.io).
48

59
## [Akka HTTP](https://doc.akka.io/libraries/akka-http/current/)
610

@@ -24,6 +28,11 @@ The Alpakka Kafka Connector connects Apache Kafka with Akka Streams.
2428
Akka Projections let you process a stream of events or records from a source to a projected model or external system.
2529

2630

31+
## [Amazon DynamoDB Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-dynamodb/current/)
32+
33+
An Akka Persistence journal and snapshot store backed by Amazon's DynamoDB.
34+
35+
2736
## [Cassandra Plugin for Akka Persistence](https://doc.akka.io/libraries/akka-persistence-cassandra/current/)
2837

2938
An Akka Persistence journal and snapshot store backed by Apache Cassandra.
@@ -53,9 +62,4 @@ An Akka Persistence journal and snapshot store for use with R2DBC-compatible dat
5362

5463
## Akka Insights
5564

56-
Intelligent monitoring and observability purpose-built for Akka: [Lightbend Telemetry](https://developer.lightbend.com/docs/telemetry/current/home.html)
57-
58-
## Community Projects
59-
60-
Akka has a vibrant and passionate user community, the members of which have created many independent projects using Akka as well as extensions to it. See [Community Projects](https://akka.io/community/).
61-
65+
Intelligent monitoring and observability purpose-built for Akka: [Akka Insights](https://doc.akka.io/libraries/akka-insights/current/home.html)

0 commit comments

Comments
 (0)