diff --git a/content/en/docs/architecture/edge/servicebus.md b/content/en/docs/architecture/edge/servicebus.md index 4486f596b5..4a57cbd0f1 100644 --- a/content/en/docs/architecture/edge/servicebus.md +++ b/content/en/docs/architecture/edge/servicebus.md @@ -10,7 +10,7 @@ toc: true type: docs --- ## Overview -ServiceBus is a HTTP client to interact with HTTP servers (REST), offering HTTP client capabilities to components of the cloud to reach HTTP servers running at edge. +ServiceBus is an HTTP client to interact with HTTP servers (REST), offering HTTP client capabilities to components of the cloud to reach HTTP servers running at the edge. The design is exactly similar to that of EventBus. @@ -18,7 +18,7 @@ EventBus is used to communicate with applications running on edge via MQTT. Simi ## Working - Cloud sends a beehive message to Edge via CloudHub. -- EdgeHub receives the messages and gives it to ServiceBus. -- ServiceBus just makes the http call and sends the response to the cloud via EdgeHub. +- EdgeHub receives the messages and sends them to ServiceBus. +- ServiceBus just makes the HTTP call and sends the response to the cloud via EdgeHub. ![ServiceBus flowchart](/img/servicebus/servicebus-flowchart.png) \ No newline at end of file