摘要:
一:在项目中引入对应的JAR包,如下,注意对应的包与之前包的冲突 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>t 阅读全文
摘要:
创建topics kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partition 3 --topic testsong 列出所有的topic列表 kafka-topics.bat -lis 阅读全文