diff --git a/akka-docs/src/main/paradox/common/other-modules.md b/akka-docs/src/main/paradox/common/other-modules.md index 524725f554..e984949aff 100644 --- a/akka-docs/src/main/paradox/common/other-modules.md +++ b/akka-docs/src/main/paradox/common/other-modules.md @@ -8,9 +8,9 @@ A full server- and client-side HTTP stack on top of akka-actor and akka-stream. Various Akka Streams connectors, integration patterns, and data transformations for integration use cases -## [Akka Streams Kafka](http://doc.akka.io/docs/akka-stream-kafka/current/home.html) +## [Alpakka Kafka Connector](http://doc.akka.io/docs/akka-stream-kafka/current/home.html) -Akka Streams Kafka, also known as Reactive Kafka, is an Akka Streams connector for Apache Kafka. +The Alpakka Kafka Connector connects Apache Kafka with Akka Streams. ## [Cassandra Plugins for Akka Persistence](https://github.com/akka/akka-persistence-cassandra) @@ -33,4 +33,4 @@ a HTML template language etc. It is built on top of Akka HTTP, and integrates we ### [Lagom](https://www.lagomframework.com) -Lagom is a microservice framework which strives to be opinionated and encode best practices for building microservice systems with Akka and Play. \ No newline at end of file +Lagom is a microservice framework which strives to be opinionated and encode best practices for building microservice systems with Akka and Play.