3 parties, each have a peer and orderer:
peer.a, orderer.a, peer.b, orederer.b, peer.c, orderer.c
Orderers operating in Raft mode.
2 channels exists A-B, B-C.
Goal is to isolate data flow, so organization C don’t have any access to channel A-B, same for A and channel B-C.
Is it possible to configure orderers in such manner, that orderer.c will not receive and store blocks from channel A-B, and respectively orderer.a from B-C?