To initialize the environment:
make init
To run a Pulsar cluster locally with Docker Compose:
make init
make up
To get the Pulsar entry point script and many other commmand-line tools:
curl -LO "
5EB8
https://www.apache.org/dyn/closer.lua/pulsar/pulsar-4.0.3/apache-pulsar-4.0.3-bin.tar.gz?action=download"
tar xvfz apache-pulsar-4.0.3-bin.tar.gz
cd apache-pulsar-4.0.3
To run a consumer:
make consumer
To run a producer:
make producer
To destry the Pulsar cluster:
make down