超级账本结构网络中的大量通道
Large number of channels in a hyperledger fabric network
Hyperledger Fabric 网络中的通道数量是否有限制?
更大数量的通道意味着什么?
谢谢,
纳文
您可以为订购服务定义一个 upper bound:
# Max Channels is the maximum number of channels to allow on the ordering
# network. When set to 0, this implies no maximum number of channels. MaxChannels: 0
在peer中,每一个channel的逻辑都是由自己的goroutines和数据结构维护的。
我非常有信心,除非是非常极端的用例,否则您不应该太担心对等点加入的频道数量。
Hyperledger Fabric 网络中的通道数量是否有限制? 更大数量的通道意味着什么?
谢谢, 纳文
您可以为订购服务定义一个 upper bound:
# Max Channels is the maximum number of channels to allow on the ordering # network. When set to 0, this implies no maximum number of channels. MaxChannels: 0
在peer中,每一个channel的逻辑都是由自己的goroutines和数据结构维护的。 我非常有信心,除非是非常极端的用例,否则您不应该太担心对等点加入的频道数量。