diff options
author | sunil unnava <su622b@att.com> | 2018-06-06 19:12:11 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-06-06 19:12:29 -0400 |
commit | 170d329f2fc11ded994f0bbfaee9bef42e8f4251 (patch) | |
tree | 004ab340b063186a9bde59a0f904bc2c8e649c04 /docs/architecture | |
parent | 9f2ca0bd2d5b7c8cf8dc2a86cd08b788e11c984b (diff) |
Fixed typo in the architecture documentation2.0.0-ONAPbeijing2.0.0-ONAP
Issue-ID: DMAAP-516
Change-Id: Icfb12e6149291c91f3980b755931a24e7d244718
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'docs/architecture')
-rw-r--r-- | docs/architecture/architecture.rst | 6 |
1 files 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| |