Apache Kafka
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Apache Kafka is a distributed streaming platform that:
- 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.
Installation
Install the kafkaAUR package.
Start kafka.service
with systemctl which should also automatically enable/start zookeeper@kafka.service
as well.
Usage
For usage see official documentation
Clients
- C - librdkafka-gitAUR
- Python - https://github.com/dpkp/kafka-python
- Php - php-rdkafkaAUR
- Perl - perl6-pkafkaAUR