Merge pull request #502 from quant67/master

fix typo in docs: "*forward* the message" but not "forard"
This commit is contained in:
Feng Lee 2016-04-12 20:25:46 +08:00
commit 0114f83215
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ The cluster design could be summarized by the following two rules::
1. When a MQTT client SUBSCRIBE a Topic on a node, the node will tell all the other nodes in the cluster: I subscribed a Topic. 1. When a MQTT client SUBSCRIBE a Topic on a node, the node will tell all the other nodes in the cluster: I subscribed a Topic.
2. When a MQTT Client PUBLISH a message to a node, the node will lookup the Topic table and forard the message to nodes that subscribed the Topic. 2. When a MQTT Client PUBLISH a message to a node, the node will lookup the Topic table and forward the message to nodes that subscribed the Topic.
Finally there will be a global route table(Topic -> Node) that replicated to all nodes in the cluster:: Finally there will be a global route table(Topic -> Node) that replicated to all nodes in the cluster::