# springboot-kafka **Repository Path**: deepexi_2/springboot-kafka ## Basic Information - **Project Name**: springboot-kafka - **Description**: springboot集成kafka,实时批量造数写入kafka - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-01 - **Last Updated**: 2023-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #运行jar包脚本:cat run.sh nohup java -jar kafka2-0.0.1-SNAPSHOT.jar & #查看日志脚本: cat log.sh tail -100f nohup.out | grep "当前生成" #开始造数脚本: cat startwrite.sh curl "http://localhost:8080/pocyb/start?topica=topic2r8p3&topicb=topic2r8p4&sleep=10&num=444425082&pro=100&sou=100&fl=10&bfs=20" #停止造数脚本: cat stopwrite.sh curl http://localhost:8080/pocyb/stop