Skip to content

Commit

Permalink
Clarify replication policy in orderer.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <yacov.manevich@ibm.com>
  • Loading branch information
yacovm authored and denyeart committed Mar 14, 2024
1 parent 964cc42 commit c8a6fcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sampleconfig/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ General:
# Permitted values:
# in BFT: "simple" | "consensus" (default);
# in etcdraft: ignored, (always "simple", regardless of value in config).
# When running a Raft orderer or with ReplicationPolicy set to 'simple', an orderer
# replicates blocks from a single orderer node.
# When running a BFT orderer with ReplicationPolicy set to 'consensus', the orderer
# replicates blocks from a single orderer node, but replicates block headers with signatures
# from other orderer nodes, and if it suspects the former node withholds blocks from it,
# it switches to a new orderer as a source of blocks.
ReplicationPolicy:

# Bootstrap method: The method by which to obtain the bootstrap block
Expand Down

0 comments on commit c8a6fcc

Please sign in to comment.