Spring for Apache Kafka Overview and Simple Getting Started

I. Overview

A high-level overview of Spring for Apache Kafka, with underlying concepts and runnable example code.

2. Preparation work

Note: You must have at least an Apache Kafka environment before starting work

2.1. Dependence

  • Using Spring Boot
<dependency>
  <groupId>org.springframework.kafka</groupId>
  <artifactId>spring-kafka

おすすめ

転載: blog.csdn.net/qq_35241329/article/details/132760160