# fluentd_kafka_springboot **Repository Path**: redants-101/fluentd_kafka_springboot ## Basic Information - **Project Name**: fluentd_kafka_springboot - **Description**: Spring Boot整合Kafka案例项目,主要是用来消费Fluentd收集日志并发出的Kafa消息。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-04 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-kafka ### 项目介绍 Spring Boot整合Kafka案例项目,CSDN文章指定代码仓库。注意:本人亲测通过 ### 项目结构 1. `pom.xml`:项目依赖配置 2. `application.yml`:项目配置 3. `KafkaConfig.java`:Kafka配置类 ### 使用说明 1. 启动项目,访问 "http://localhost:8080/producer/sendMessage?message=hello" 接口,发送消息到Kafka中。 原文章链接: ``` https://blog.csdn.net/heyl163_/article/details/133841851 ```