pulsar-manager icon indicating copy to clipboard operation
pulsar-manager copied to clipboard

Docker build pulsar and pulsar-manager

Open maoxiaoxiong opened this issue 3 years ago • 1 comments

user pulsar-manager

Subscription : skip、expire、clear and reset

error

  1. Request URL: http://10.211.55.5:9527/admin/v2/persistent/public/default/topic4-partition-0/subscription/my-subscription/skip/1 Response {"timestamp":"2021-05-29T19:14:02.026+0000","status":500,"error":"Internal Server Error","message":"Connect to localhost:8080 [localhost/127.0.0.1] failed: Connection refused (Connection refused)"}

  2. Request URL: http://10.211.55.5:9527/admin/v2/persistent/public/default/topic4-partition-0/subscription/my-subscription/expireMessages/10

Response: {"timestamp":"2021-05-29T19:14:44.541+0000","status":500,"error":"Internal Server Error","message":"Connect to localhost:8080 [localhost/127.0.0.1] failed: Connection refused (Connection refused)"}

3.Request URL: http://10.211.55.5:9527/admin/v2/persistent/public/default/topic4-partition-0/subscription/my-subscription/skip_all

Response: {"timestamp":"2021-05-29T19:16:12.338+0000","status":500,"error":"Internal Server Error","message":"Connect to localhost:8080 [localhost/127.0.0.1] failed: Connection refused (Connection refused)"}

the url is error?

maoxiaoxiong avatar May 29 '21 19:05 maoxiaoxiong

Please configure the correct host of the pulsar cluster, and if you are using a docker deployment, please check if you can connect to your pulsar cluster in the docker container @maoxiaoxiong

tuteng avatar Jun 22 '21 01:06 tuteng