diff options
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| |