docker-compose-files/hyperledger_fabric/v1.0.2/kafka/README.md

14 lines
266 B
Markdown
Raw Normal View History

2017-09-01 20:09:18 +08:00
## Start a network base on kafka
2017-09-27 15:38:00 +08:00
### Quick testing with kafka
2017-09-01 20:09:18 +08:00
```bash
2017-09-27 15:38:00 +08:00
$ KAFKA_ENABLED=true make
2017-09-01 20:09:18 +08:00
```
2017-09-27 15:38:00 +08:00
When the fabric-network fully started, it takes about 30~60s to finish all the test.
2017-09-01 20:09:18 +08:00
2017-09-27 15:38:00 +08:00
## Generate crypto-config and channel-artifacts
2017-09-01 20:09:18 +08:00
```bash
2017-09-27 15:38:00 +08:00
$ make gen_kafka
2017-09-01 20:09:18 +08:00
```