hongbo-miao/hongbomiao.com

View on GitHub
hm-kafka/kafka-cluster/local-confluent-kafka-cluster/Makefile

Summary

Maintainability
Test Coverage
confluent-kafka-install:
    brew install confluentinc/tap/cli

confluent-kafka-start:
    confluent local kafka start
confluent-kafka-stop:
    confluent local kafka stop

confluent-kafka-topic-create:
    confluent local kafka topic create purchases