Anonymitaet commented on a change in pull request #10444:
URL: https://github.com/apache/pulsar/pull/10444#discussion_r627028783
##########
File path: docker-compose/standalone-dashboard/README.MD
##########
@@ -20,26 +20,22 @@
-->
# Docker Compose
-In this folder path run the following command to start the cluster
+To start the cluster, run the following command in this folder:
```
docker-compose up
```
-## Urls
+## Available endpoints
-Assuming localhost the the following endpoint will be available
+The following endpoints will be available (assuming Docker Compose exposes
ports on `localhost`):
Review comment:
```suggestion
The following endpoints are available (assuming Docker Compose exposes ports
on `localhost`):
```
##########
File path: docker-compose/standalone-dashboard/README.MD
##########
@@ -20,26 +20,22 @@
-->
# Docker Compose
-In this folder path run the following command to start the cluster
+To start the cluster, run the following command in this folder:
Review comment:
in which folder?
##########
File path: docker-compose/standalone-dashboard/README.MD
##########
@@ -20,26 +20,22 @@
-->
# Docker Compose
-In this folder path run the following command to start the cluster
+To start the cluster, run the following command in this folder:
```
docker-compose up
```
-## Urls
+## Available endpoints
-Assuming localhost the the following endpoint will be available
+The following endpoints will be available (assuming Docker Compose exposes
ports on `localhost`):
+* [web-dashboard](http://localhost:80) - 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
transfers by producers and consumers
Review comment:
```suggestion
* `pulsar://locahost:6650` - broker binary protocol URL, for all data
transferred by producers and consumers
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]