Skip to content

Commit

Permalink
[FAB-14875] Fix orderer concept
Browse files Browse the repository at this point in the history
Link

Change-Id: Ib20e44d47a2de201a51fc7c1b19671eb8ef850c9
Signed-off-by: joe-alewine <Joe.Alewine@ibm.com>
  • Loading branch information
joe-alewine authored and Joe Alewine committed Mar 29, 2019
1 parent 6e4fd41 commit 808ab0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/orderer/ordering_service.md
Expand Up @@ -201,6 +201,9 @@ configuration updates the same way, there are nevertheless several different
implementations for achieving consensus on the strict ordering of transactions
between ordering service nodes.

For information about how to stand up an ordering node (regardless of the
implementation the node will be used in), check out [our documentation on standing up an ordering node](../orderer_deploy.html).

* **Solo**

The Solo implementation of the ordering service is aptly named: it features
Expand Down Expand Up @@ -248,7 +251,7 @@ cluster is a better option.
## Raft

For information on how to configure a Raft ordering service, check out our
[documentation on configuring a Raft ordering service](../raft_configuration.md).
[documentation on configuring a Raft ordering service](../raft_configuration.html).

The go-to ordering service choice for production networks, the Fabric
implementation of the established Raft protocol uses a "leader and follower"
Expand Down

0 comments on commit 808ab0b

Please sign in to comment.