User:Wowi42/Apache Pulsar
Apache Pulsar 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 pulsarAUR[broken link: package not found] package.
Start pulsar-standalone.service
with systemctl which will start Pulsar.
Usage
For usage see official documentation