Confluent CLI
# Start kafka + many other tools (single node)
confluent local start
# Start only kafka + zookeeper
confluent local start kafka
# Stop
confluent local stop
# Destroy
confluent local destroy
# Start kafka + many other tools (single node)
confluent local start
# Start only kafka + zookeeper
confluent local start kafka
# Stop
confluent local stop
# Destroy
confluent local destroy