Apache Kafka
表示
Apache Kafka は分散型のストリーミングプラットフォームです。特徴:
- Lets you publish and subscribe to streams of records. In this respect it is similar to a message queue or enterprise messaging system.
- Lets you store streams of records in a fault-tolerant way.
- Lets you process streams of records as they occur.
インストール
kafkaAUR パッケージをインストールしてください。kafka.service を起動すると自動的に zookeeper@kafka.service も起動します。
使用方法
使用方法は 公式ドキュメント を見てください。
クライアント
- C - librdkafka-gitAUR
- Python - https://github.com/dpkp/kafka-python
- Php - php-rdkafkaAUR
- Perl - perl16-pkafkaAUR