TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do you support Apache Kafka more than Apache Pulsar? Why?

4 点作者 pingsl超过 3 年前
The background of the question:<p>We are developing an open-source cloud-scalable vector database: Milvus[1]. In our new cloud architecture, we need to employ a messaging framework to serve as the central log sequence of the whole system. Ultimately, we will support well-known messaging solutions like Apache Kafka, Apache Pulsar, etc. Referring to Confluent&#x27;s article[2], Pulsar&#x27;s message consumption model is push-based, while Kafka&#x27;s is pull-based.<p>Our new cloud architecture is based on the actor model, which means all the worker nodes are working asynchronously, and the log sequence is the key to linking all the nodes. We think the push-based message consumption model and the actor model have more logical consistency. So we started with Apache Pulsar in our new implementation. We did have some concerns about Pulsar; for example,<p>- The project popularity<p>- The Go SDK is buggy<p>- The documentation is not as good as Kafka<p>We don&#x27;t think these points are showstoppers. However, some of our users have different thoughts. They are asking when we would support Kafka. Some of them even mentioned they won&#x27;t maintain Pulsar in their production environment.<p>So HN, please let me know your thoughts about this question. Should we give Kafka adoption a much higher priority since we just completed the new lease GA?<p>Reference:<p>[1] https:&#x2F;&#x2F;milvus.io<p>[2] https:&#x2F;&#x2F;www.confluent.io&#x2F;kafka-vs-pulsar&#x2F;

暂无评论

暂无评论