Apache Kafka

提供: ArchWiki
2017年4月6日 (木) 20:41時点におけるKusakata (トーク | 投稿記録)による版 (ページの作成:「Category:ネットワーク en:Apache Kafka [https://kafka.apache.org Apache Kafka] は分散型のストリーミングプラットフォームです。特徴:...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

Apache Kafka は分散型のストリーミングプラットフォームです。特徴:

  1. Lets you publish and subscribe to streams of records. In this respect it is similar to a message queue or enterprise messaging system.
  2. Lets you store streams of records in a fault-tolerant way.
  3. Lets you process streams of records as they occur.

インストール

kafkaAUR パッケージをインストールしてください。kafka.service を起動すると自動的に zookeeper@kafka.service も起動します。

使用方法

使用方法は 公式ドキュメント を見てください。

クライアント