Spring Cloud(12)——基于Kafka的Stream实现

Posted elim168

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud(12)——基于Kafka的Stream实现相关的知识,希望对你有一定的参考价值。

基于Apache Kafka的Stream实现

如果你的应用使用了Apache Kafka,你需要把它和Spring Cloud进行整合。需要在应用中添加如下依赖。

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-stream-kafka</artifactId

以上是关于Spring Cloud(12)——基于Kafka的Stream实现的主要内容,如果未能解决你的问题,请参考以下文章

基于 Spring functional 的Secured Kafka (kerberos) configuration

Spring Cloud(11)——基于RocketMQ的Stream实现

spring-cloud-stream-kafka 在应用程序启动后仅使用最新消息

在 Spring Cloud Stream Kafka 中正确管理 DLQ

将 apache kafka 与 Spring Cloud netflix 堆栈一起使用

Spring Boot、Spring-Kafka 和 Spring-Cloud 兼容性