标签:bsp rap http actor quick tps list ati str
https://kafka.apache.org/quickstart
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\zookeeper-server-start.bat C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\config\zookeeper.properties
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\kafka-server-start.bat C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\config\server.properties
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\kafka-topics.bat --list --bootstrap-server localhost:9092
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic test
C:\W_O_R_K\kafka_2.12-2.2.0\kafka_2.12-2.2.0\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test --from-beginning
标签:bsp rap http actor quick tps list ati str
原文地址:https://www.cnblogs.com/shoubianxingchen/p/10704397.html