Skip to content

Commit

Permalink
Update design/20200516-dependency.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Zhang <[email protected]>
  • Loading branch information
hongchaodeng and ryanzhang-oss authored May 18, 2020
1 parent d9ce8ff commit 63454ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/20200516-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Moreover, this kind of trait ordering is quite general and applies to many other
### 4. NSQ deployment

An [NSQ](https://github.com/nsqio/nsq) cluster is composed with three components: nsqd, nsqlookup and nsqadmin.
To setup a nsq cluster, we need make sure nsqd be up, then start and make sure nsqlookup be up, then run nsqadmin at last.
To set up a `nsq` cluster, one needs to first make sure that the `nsqd` component is up, then start and make sure that the `nsqlookup` component is up, and run the `nsqadmin` component at last.
nsqlookup consumes the result of nsqd component instance, and nsqadmin consumes the result of nsqlookup component instance.
If we couldn't describe the dependencies order between the components, the component couldn't run properly.

Expand Down

0 comments on commit 63454ce

Please sign in to comment.