You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/15 13:38:54 UTC

[GitHub] [pulsar] Oleg26Dev opened a new issue #12050: Docker and dashboard

Oleg26Dev opened a new issue #12050:
URL: https://github.com/apache/pulsar/issues/12050


   I run the app CsharpExamples and RunSimple() function only.
   
   If I run the docker as wrote in the doc
   `docker run -it -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.8.0 bin/pulsar standalone
   `
   and then run the test app it works fine.
   
   If I run the docker-compose file
   https://github.com/apache/pulsar/tree/master/docker-compose/standalone-dashboard
   then:
   1. the dashbord works fine on http://localhost:80
   2. my app cannot connect and send message to the pulsar://locahost:6650
   
   What is wrong?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] github-actions[bot] commented on issue #12050: Docker and dashboard

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12050:
URL: https://github.com/apache/pulsar/issues/12050#issuecomment-1056055720


   The issue had no activity for 30 days, mark with Stale label.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] michaeljmarshall commented on issue #12050: Docker and dashboard

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #12050:
URL: https://github.com/apache/pulsar/issues/12050#issuecomment-920193019


   @Oleg26Dev - I would recommend working with the [Pulsar Manager](https://pulsar.apache.org/docs/en/administration-pulsar-manager/). The Pulsar Dashboard is deprecated in 2.8.x and is removed in 2.9.0. This was discussed recently on the dev mailing list [here](https://lists.apache.org/x/thread.html/red2428e8a50fa93dbdd5bdc950cf60dbe6839c322c0ad662b4786107@%3Cdev.pulsar.apache.org%3E) and it was already removed in https://github.com/apache/pulsar/pull/11284.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org