apache-pulsar

Cloud-native distributed messaging and streaming platform

brewmacoslinux
Try with needOr install directly
Source

About

Cloud-native distributed messaging and streaming platform

Commands

pulsarpulsar-adminpulsar-clientpulsar-perf

Examples

Start a standalone Pulsar broker for development$ pulsar standalone
Create a new topic and publish messages using the CLI$ pulsar-client produce persistent://public/default/my-topic -m 'Hello Pulsar'
List all topics in the default namespace$ pulsar-admin topics list public/default