# springboot-kafka-demo **Repository Path**: kun81/springboot-kafka-demo ## Basic Information - **Project Name**: springboot-kafka-demo - **Description**: 配合docker-compose-demo做本地测试使用,使用postman调用接口 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-17 - **Last Updated**: 2023-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-kafka-demo #### 介绍 配合docker-compose-demo做本地测试使用,使用postman调用接口 #### 软件使用 发送消息: POST http://localhost:9085/kafka-demo/kafka/message { "key": "testKey", "value": 6 }