Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.49 KB

File metadata and controls

41 lines (30 loc) · 1.49 KB

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