kafka 学习
Posted shoubianxingchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kafka 学习相关的知识,希望对你有一定的参考价值。
https://kafka.apache.org/quickstart
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowszookeeper-server-start.bat C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0configzookeeper.properties
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-server-start.bat C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0configserver.properties
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-topics.bat --list --bootstrap-server localhost:9092
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-console-producer.bat --broker-list localhost:9092 --topic test
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test --from-beginning
以上是关于kafka 学习的主要内容,如果未能解决你的问题,请参考以下文章