ratcashdev opened a new issue #2193: REST Api returns "405 Method not allowed"
URL: https://github.com/apache/incubator-pulsar/issues/2193
 
 
   #### Expected behavior
   Running apachepulsar/pulsar:2.0.1-incubating standalone docker image.
   
   GET http://127.0.0.1:8080/admin/persistent/default/public/test-topic1/stats
   HTTP 200
   
   #### Actual behavior
   
   GET http://127.0.0.1:8080/admin/persistent/default/public/test-topic1/stats
   HTTP 405 METHOD NOT ALLOWED
   
   #### Steps to reproduce
   
   ```
   docker run -it \
     -p 6650:6650 \
     -p 8080:8080 \
     -v $PWD/data:/pulsar/data \
     apachepulsar/pulsar:2.0.1-incubating \
     bin/pulsar standalone
   ```
   , afterwards in a browser window enter 
   `http://127.0.0.1:9080/admin/persistent/default/public/test-topic1/stats`
   
   
   
   #### System configuration
   **Pulsar version**: 2.0.1-incubating running in docker on a windows host
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to