diff options
Diffstat (limited to 'docs/architecture/architecture.rst')
-rw-r--r-- | docs/architecture/architecture.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index 344cd92..833175e 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -7,7 +7,7 @@ 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 Kaka. Usage Scenarios --------------- @@ -15,4 +15,8 @@ Message Router endpoints are used to create/view/delete a topic in Kafka. Client Interactions ------------ -Message Service REST service uses the message service API to interact with the ZooKeeper/Kafka
\ No newline at end of file +Message Service REST service uses the message service API to interact with the ZooKeeper/Kafka + + |image0| + + .. |image0| image:: architecture.png |