Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 322 Bytes

#Kafka_study_demo

  • KafkaDemo maven项目

  • KafkaSimpleDemo 普通eclipse项目

  • SpringMvcWithKafka spring整合kafka实例,使用了spring-integration-kafka框架

  • SpringWithKafka spring整合kafka实例,没有使用spring-integration-kafka框架,使用的是基本的spring配置方式。