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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org