简体   繁体   English

spring-cloud-stream-binder-kafka 和 spring-cloud-starter-stream-kafka 的区别

[英]Difference between spring-cloud-stream-binder-kafka and spring-cloud-starter-stream-kafka

What is the difference between these maven dependencies in a Spring Boot project - Spring 引导项目中的这些 maven 依赖项有什么区别 -

spring-cloud-stream-binder-kafka and spring-cloud-starter-stream-kafka spring-cloud-stream-binder-kafkaspring-cloud-starter-stream-kafka

"spring-cloud-starter-stream-kafka" is a spring-boot-starter for easy version compatibility. “spring-cloud-starter-stream-kafka”是一个易于版本兼容的spring-boot-starter。

As you can see from the link, https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/blob/v3.0.6.RELEASE/spring-cloud-starter-stream-kafka/pom.xml从链接中可以看到, https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/blob/v3.0.6.RELEASE/spring-cloud-starter-stream-kafka/pom。 xml

"spring-cloud-starter-stream-kafka" has only "spring-cloud-stream-binder-kafka" dependency info “spring-cloud-starter-stream-kafka”只有“spring-cloud-stream-binder-kafka”依赖信息

So, if you use a spring boot, it is more convenient to use spring-cloud-starter-stream-kafka所以,如果你使用spring引导,使用spring-cloud-starter-stream-kafka更方便

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 spring-cloud-stream-binder-kafka - 无法使用 ssl 配置创建多个 kafka 活页夹 - spring-cloud-stream-binder-kafka - Unable to create multiple kafka binders with ssl configuration spring-cloud-starter-stream-kafka不会创建提供给spring.boot.cloud.stream.bindings.output.destination的主题 - spring-cloud-starter-stream-kafka does not creates topic provided to spring.boot.cloud.stream.bindings.output.destination 如何使用 spring-cloud-stream-binder-kafka 和 RetryTemplate 启用状态重试? - How to enable Stateful Retry using spring-cloud-stream-binder-kafka and RetryTemplate? 空指针:带有活页夹 kafka 的 Spring Cloud 流 - Null pointer: Spring cloud stream with binder kafka Spring Cloud Stream Kafka活页夹通过按需配置创建消费者 - Spring cloud stream kafka binder to create consumer with on demand configuration 无法配置 spring 云 stream Kafka Binder 连接到代理 - unable to configure spring cloud stream Kafka Binder to connect to broker Spring Cloud Stream-初始化Kafka活页夹时的通知 - Spring cloud stream - notification when Kafka binder is initialized spring 云 stream kafka binder enableDlq 未按预期工作 - spring cloud stream kafka binder enableDlq is not working as I expected 相当于 Spring Cloud Stream Kafka Streams Binder 的 ChannelInterceptor - Equivalent to ChannelInterceptor for Spring Cloud Stream Kafka Streams Binder 春季云流与绑定卡夫卡 - Spring cloud stream with bind kafka
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM