There are two types to implement ordering:
1. Solo Ordering - Uses only a single node. It is usually used for development and testing purpose.
2. Kafka Ordering - Uses a set of ordering service nodes. These nodes communicate with each other through
Apache kafka brokers.
Note: Irrespective of which implementation we use, the transaction is sent to exactly one service node and can be signed by exactly one service node.