File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
- [ 参考资料] ( #参考资料 )
13
13
14
14
<!-- /TOC -->
15
+
15
16
# 深入浅出 Kafka(六)Spring Kafka API
16
17
17
18
在上一节中学习了如何通过 Kafka API 的方式进行生产者和消费者及其配置,但是主要是通过手动编写 Java 代码的方式实现。在项目开发中,我们主要会使用到 SpringBoot 框架,这里就将带你 SpringBoot 与 Kafka 整合,通过注解和配置的方式轻松集成。
275
276
276
277
## 参考资料
277
278
278
- - [ Spring for Apache Kafka] ( https://docs.spring.io/spring-kafka/reference/html/#si-kafka )
279
+ - [ Spring for Apache Kafka] ( https://docs.spring.io/spring-kafka/reference/html )
280
+ - [ Overview (Spring Kafka 2.2.8.RELEASE API)] ( https://docs.spring.io/spring-kafka/docs/2.2.8.RELEASE/api/ )
279
281
- [ SpringBoot整合Kafka实现发布订阅 - 简书] ( https://www.jianshu.com/p/7a284bf4efc9 )
282
+ - [ SpringBoot 集成 Spring For Kafka 操作 Kafka 详解 · 小豆丁个人博客] ( http://www.mydlq.club/article/34/ )
You can’t perform that action at this time.
0 commit comments