Confluent:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第10行: 第10行:
sudo apt install -y confluent-community-2.11
sudo apt install -y confluent-community-2.11
</syntaxhighlight>
</syntaxhighlight>
== 設定 ==


== 相關連結 ==
== 相關連結 ==
* [[Apache Kafka]]
* [[Apache Kafka]]
* [[Apache ZooKeeper]]
* [[Apache ZooKeeper]]

2019年3月5日 (二) 20:41的版本

Confluent是一家公司,也是该公司的Apache Kafka产品名。

安装

这边只安装社群版本:

wget -qO - https://packages.confluent.io/deb/5.1/archive.key | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/5.1 stable main"
sudo apt install -y confluent-community-2.11

设定

相关连结

外部链接