Skip to content

Commit ed1be56

Browse files
Nao NishijimaNao Nishijima
Nao Nishijima
authored and
Nao Nishijima
committed
Documentation fix orderer/README.md
atomicbroadcast/ab.proto file which describes Protocol definition is not in orderer directory. ab.proto is in hyperledger/fabric/protos/ orderer. Change-Id: Ief6f9298d217786c8c50c82aeffa42f295a6abd7 Signed-off-by: Nao Nishijima <[email protected]>
1 parent 9bd4e85 commit ed1be56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The hyperledger fabric ordering service is intended to provide an atomic broadcast ordering service for consumption by the peers. This means that many clients may submit messages for ordering, and all clients are delivered the same series of ordered batches in response.
33

44
## Protocol definition
5-
The atomic broadcast ordering protocol for hyperledger fabric is described in `hyperledger/fabric/orderer/atomicbroadcast/ab.proto`. There are two services, the `Broadcast` service for injecting messages into the system, and the `Deliver` service for receiving ordered batches from the service. Sometimes, the service will reside over the network, while othertimes, the service may be bound locally into a peer process. The service may be bound locally for single process development deployments, or when the underlying ordering service has its own backing network protocol and the proto serves only as a wrapper.
5+
The atomic broadcast ordering protocol for hyperledger fabric is described in `hyperledger/fabric/protos/orderer/ab.proto`. There are two services, the `Broadcast` service for injecting messages into the system, and the `Deliver` service for receiving ordered batches from the service. Sometimes, the service will reside over the network, while othertimes, the service may be bound locally into a peer process. The service may be bound locally for single process development deployments, or when the underlying ordering service has its own backing network protocol and the proto serves only as a wrapper.
66

77
## Service types
88
* Solo Orderer:

0 commit comments

Comments
 (0)