From 91240880b8a5b79d5795944d4ccf75aebc9193df Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Mon, 10 Sep 2018 11:41:46 +0200 Subject: [PATCH] Docs: use the latest name to refer to Alpakka Kafka Connector (#25589) --- akka-docs/src/main/paradox/common/other-modules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.