# springboot-kafka_1 **Repository Path**: wendong22/springboot-kafka_1 ## Basic Information - **Project Name**: springboot-kafka_1 - **Description**: 基于springboot整合kafka - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-10-27 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot整合Kafka 主要功能包括 ## 生产者 ### 带回调的生产者 ### 生产者事务 ### 自定义分区器 ## 消费者 ### 手动提交offset ### 指定offset消费 ### 批量消费 ### 过滤消息 ### 消息转发 ### 定时启动、停止监听器 [博客链接](https://blog.csdn.net/weixin_43847283/article/details/124720492)