问题描述
我想提出一些替代Spring-Kafka的建议.
I want suggestions of alternatives to Spring-Kafka.
我在我的应用程序中使用了集成在Spring中的Kafka.我想探索任何可用的替代库.如果在库之间共享比较分析会很好.
I have used Kafka integrated in Spring in my application. I want to explore any alternative libraries available. Would be good if comparative analysis is share between libraries.
推荐答案
除了普通的Java API之外,还可以将site:github.com + kafka
放入您喜欢的搜索引擎中...
In addition to the plain Java API ... Put site:github.com + kafka
in your favorite search engine...
-
wix/greyhound
(似乎很简单,并且基于ZIO)
wix/greyhound
(seems pretty simple, and based on ZIO)
zio-kafka
(ZIO很酷)
ExpediaGroup/rhapsody
(值得一看)
dropwizard/dropwizard-kafka
(我个人的第二选择)
dropwizard/dropwizard-kafka
(my personal 2nd choice)
Reactor Kafka(我认为Spring-Kafka/CloudStreams有点接手了这个项目)
Reactor Kafka (I think Spring-Kafka / CloudStreams kinda took over this project)
Akka Alpakka(Akka是一个很好的框架)
Akka Alpakka (Akka is a great framework)
SmallRye反应性消息传递(带有或不带有Quarkus)(我将为新项目选择一个)
SmallRye Reactive Messaging (with or without Quarkus) (one I would pick for new projects)
Micronaut Kafka(适用于Web应用程序)
Micronaut Kafka (Good for webapps)
Vert.x Kafka客户端(反应式,功能性编程非常棒)
Vert.x Kafka client (Reactive, functional programming is awesome)
...可能更多
这篇关于Spring-Kafka的替代品(Kafka库/实现)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!