Skip to content

Commit

Permalink
Merge 370eeee into c671101
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyiWang committed Dec 19, 2017
2 parents c671101 + 370eeee commit eb9754c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/design.md
Expand Up @@ -19,7 +19,7 @@ Once the bootup is successful then the consumer can communicate with providers f

![Commuication](/docs/communication.PNG)

Provider instance regularly sends heartbeat signal every 30 seconds to SC, if SC does not recieve the heartbeat for particular instance then the information in etcd expires and the provider instance information is removed.
Provider instance regularly sends heartbeat signal every 30 seconds to SC, if SC does not receive the heartbeat for particular instance then the information in etcd expires and the provider instance information is removed.
Consumer watches the information of provider instances from SC and if there is any change then the cache is updated.
When Consumer needs to communicate to Provider then consumer reads endpoints of the provider instances from cache and do loadbalancing to communicate to Provider.

Expand Down
Expand Up @@ -8,7 +8,7 @@ Register a listener on an event.

__Returns__ : The current StreamHelper object, for chaining.

__Throws__ : An exception if the event is unkown.
__Throws__ : An exception if the event is unknown.

## Arguments

Expand Down

0 comments on commit eb9754c

Please sign in to comment.