FrameWork/Kafka1 Kafka 명령어 zokeeper 구동($KAFKA_HOME) ./bin/zookeeper-server-start.sh, ./bin/config/zookeeper.properties Kafka 구동($KAFKA_HOME) ./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 토픽 삭제(pr.. 2022. 6. 26. 이전 1 다음