ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

During provisioning, delay between commands required for kafka setup #17

Closed erNail closed 4 years ago

erNail commented 5 years ago

When running the provision script with a kafka setup, when executing createChannel, the error Error: got unexpected status: SERVICE_UNAVAILABLE -- will not enqueue, consenter for this channel hasn't started yet is thrown. The solution for this is a delay between the startNetwork and the createChannel function. This delay should be configurable either in the yaml, or via parameter for the provision script.

erNail commented 5 years ago

Waiting for pull request #29 to be accepted.

jeroiraz commented 4 years ago

Thanks @erNail for your contributions. I haven't used the tool for a while, I'll process your improvements