From 170d329f2fc11ded994f0bbfaee9bef42e8f4251 Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Wed, 6 Jun 2018 19:12:11 -0400 Subject: [PATCH] Fixed typo in the architecture documentation Issue-ID: DMAAP-516 Change-Id: Icfb12e6149291c91f3980b755931a24e7d244718 Signed-off-by: sunil unnava --- docs/architecture/architecture.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index 833175e..40b3f61 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -7,15 +7,15 @@ Architecture Capabilities ------------ -Message Router is a RESTful web service used for any needed action with Kaka. +Message Router is a RESTful web service used for any needed action with Kafka. Usage Scenarios --------------- -Message Router endpoints are used to create/view/delete a topic in Kafka. Clients can use the Message Router endpoints to publish a message to a topic and subscribe to a topic +Message Router REST service endpoints are used to create/view/delete a topic in Kafka. Clients can use the Message Router REST API to publish a message to a topic and subscribe to a topic Interactions ------------ -Message Service REST service uses the message service API to interact with the ZooKeeper/Kafka +Message Router REST service uses the Kafka API to interact with the Kafka |image0| -- 2.16.6