Exemple #1
0
def step_impl(context, ordererType):
    basic_impl.bootstrapped_impl(context, ordererType)
def step_impl(context, ordererType):
    config_util.PROFILE_TYPES.update({"kafka-sd": "SampleInsecureKafka"})
    config_util.ORDERER_TYPES.append("kafka-sd")
    basic_impl.bootstrapped_impl(context, ordererType, "leveldb", False)