./bin/zookeeper-server-start.sh, ./bin/config/zookeeper.properties
./bin/kafka-server-start.sh(bat), .bin/config/server.properties
- Kafka Connetor($confluence_HOME) 구동
./bin/connect-distributed.sh ./etc/kafka/connect-distributed.properties
./bin/kafka-topics.sh --create --topic #{topic_name} --bootstrap-server #{ip}:9092 --partitions 1
./bin/kafka-topics.sh --delete --topic #{topic_name} --bootstrap-server localhost:9092
./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic #{topic_name} --from-beginning
./bin/kafka-topics.sh --bootstrap-server localhost:9092 --list