
Kafka
yellow_han
我曾七次鄙视自己的灵魂。
展开
-
CentOs7安装Kafka
使用前请先安装ZooKeeperZooKeeper的安装与部署:https://www.jianshu.com/p/3d1a8cec8fc81、下载解压wget http://mirror.bit.edu.cn/apache/kafka/2.1.0/kafka_2.12-2.1.0.tgztar -xzvf kafka_2.12-2.1.0.tgz2、修改配置文件cd kafka_2...原创 2018-12-03 10:00:28 · 321 阅读 · 0 评论 -
SpringBoot整合Kafka
1、maven依赖 <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> <version>2.2.2.RELEASE</version>原创 2018-12-03 10:01:11 · 172 阅读 · 0 评论