Skip to content

Orderer endpoint format in orderer org definition #84

@tock-ibm

Description

@tock-ibm

In Fabric-x each endpoint is a string, in json, yaml, or comma separated format.
It must include the ID (= PartyID), and the API role = delivery | broadcast, as well as the address and port.
In the fabric-x-orderer, party IDs start from 1, ID=0 is illegal. The range is 1:(2^16)-1 as the party-ID is uint16.

The set of endpoint IDs should be consistent with the set if IDs declared in the ConsenterMapping. That is, the set of IDs from ConsenterMapping, (e.g. 1,2,3,4) defines the set of parties in the ordering service. Each party (ID) should have a delivery endpoint (assembler) and a broadcast endpoint (router).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions