「Apache Kafka」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(ページの作成:「Category:ネットワーク en:Apache Kafka [https://kafka.apache.org Apache Kafka] は分散型のストリーミングプラットフォームです。特徴:...」)
(相違点なし)

2017年4月6日 (木) 20:41時点における版

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 も起動します。

使用方法

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

クライアント