tree: bdb0631c27cf64a6a4e33deb2e056e4007e43356 [path history] [tgz]
  1. docker-compose.yml
  2. README.MD
docker-compose/standalone-dashboard/README.MD

Docker Compose

To start the cluster, run the following command in the current folder:

docker-compose up

Available endpoints

The following endpoints are available (assuming Docker Compose exposes ports on localhost):

  • web-dashboard - Pulsar dashboard, shows various metrics and metadata information about the cluster
  • http://localhost:8080 - broker HTTP REST API URL, for both administrative tasks and for topic lookup by producers and consumers
  • pulsar://locahost:6650 - broker binary protocol URL, for all data transferred by producers and consumers

To shut down the cluster, run the following command in the current folder:

docker-compose down