用法
要使用 Kafka Streams 绑定,只需使用以下 maven 坐标将其添加到 Spring Cloud Stream 应用程序中
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>
</dependency>
启动 Kafka Streams 绑定新项目的快速方法是使用 Spring Initializr,然后选择“Cloud Streams”和“Spring for Kafka Streams”,如下所示