Apache Kafka using Spring Boot 源码
来源:该项目的完整源代码可以在这里找到: : 设置卡夫卡 启动Zookeeper和Kafka经纪人 启动Zookeeper。 zookeeper-server-start.bat ..\..\config\zookeeper.properties 启动Kafka Broker。 kafka-server-start.bat ..\..\config\server.properties 如何创建主题? kafka-topics.bat --create --topic test-topic -zookeeper localhost:2181 --replication-factor 1 --partitions 4 如何实例化控制台生产者? 没有钥匙 kafka-console-producer.bat --broker-list localhost:9092 --topic te
文件列表
Apache-Kafka-using-Spring-Boot-main.zip
(预估有个1文件)
Apache-Kafka-using-Spring-Boot-main
README.md
3KB
暂无评论