Skip to content

Commit

Permalink
cleanup confusion in clustering paragraph (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
BDQ authored and mthenw committed Sep 15, 2017
1 parent 8d1ecb8 commit 46b4e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ a group of instances sharing the same database. A cluster can be created in one
across multiple cloud provider or even in both cloud and on-premise data centers.

The Event Gateway is a stateless service and there is no direct communication between different instances. All
configuration data is shared using backing DB. If the instance from region A needs to call a function from region B the
invocation is not routed through the instance in region 2. The instance from region A invokes the function from region 2
configuration data is shared using backing DB. If the instance from region 1 needs to call a function from region 2 the
invocation is not routed through the instance in region 2. The instance from region 1 invokes the function from region 2
directly.

```
Expand Down

0 comments on commit 46b4e31

Please sign in to comment.