Confluent Kafka-Rest与Strimzi Kafka Bridge之间的区别是什么?

huangapple go评论48阅读模式
英文:

What is the difference between confluent kafka-rest & Strimzi Kafka Bridge

问题

我想在Kafka之上使用HTTP代理。我看到有两个具有相同目的的项目:

我使用strimzi operator在Kubernetes上启动Kafka。

  • 两者都是开源的
  • 都可以用于商业自托管的云应用程序。
  • 都提供了Kafka之上的REST代理

它们有什么不同?何时使用哪一个?

英文:

I would like to use a HTTP proxy on top of Kafka. I see two projects with same purpose :

I use strimzi operator to spin up Kafka on Kubernetes.

  • Both are open source
  • Both can be used in commercial - self hosted cloud applications.
  • Both provide REST proxy on top of Kafka

How do they differ ? When to use which one ?

答案1

得分: 5

项目的许可和性质有一些不同。Strimzi是云原生计算基金会下的一个独立项目。而Strimzi Bridge(以及所有其他Strimzi组件)使用Apache License 2.0作为认可的开源许可证。另一方面,Confluent REST Proxy使用专有的Confluent Community许可证 - 它是否适合您取决于您如何使用它。

另一方面,如果我记得正确,Confluent REST Proxy在主题和集群管理等方面具有更多功能。对于许多用例,两者都可以胜任。但最好检查您需要的确切功能,因为它们可能不支持相同的功能。

Strimzi Bridge也直接受到Strimzi Operator的支持。因此,如果您已经在使用它,可能更容易继续使用它。类似地,如果您已经在使用Confluent平台,可能更容易选择Confluent REST代理。

免责声明:我是Strimzi的维护人员之一。

英文:

The licensing and nature of the projects are a bit different. Strimzi is an independent project under the Cloud Native Computing Foundation. And the Strimzi Bridge (and all other Strimzi components) is licensed under Apache License 2.0 as a recognized open-source license. The Confluent REST Proxy on the other hand uses a proprietary Confluent Community license - whether that works for you or not depends on how you use it.

On the other hand, if I remember correctly, the Confluent REST Proxy has more features around things such as topic and cluster management etc. For many use cases, both will do the job. But it is good to check what exact features you need as they might not support the same things.

The Strimzi Bridge is also directly supported by the Strimzi Operator. So if you already use it, it might be easier for you to stick with it. Similarly, if you would be already using the Confluent Platform, it might be easier to go with the Confluent REST proxy.

Disclaimer: I'm one of the Strimzi maintainers.

huangapple
  • 本文由 发表于 2023年2月7日 00:54:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/75364307.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定