SpringCloud 使用Apache Kafka Binder
2023-11-28 16:15 更新
要使用Apache Kafka活页夹,您需要将spring-cloud-stream-binder-kafka
作为依赖项添加到Spring Cloud Stream应用程序中,如以下Maven的示例所示:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-binder-kafka</artifactId> </dependency>
另外,您也可以使用Spring Cloud Stream Kafka入门程序,如以下Maven示例所示:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-kafka</artifactId> </dependency>
以上内容是否对您有帮助:
更多建议: