flowchartsman edited a comment on issue #5417:
URL: https://github.com/apache/pulsar/issues/5417#issuecomment-757563277


   I'm also seeing this issue on a cluster built around the `pulsar-all` image 
with docker. If I inspect the request with a proxy, `pulsarctl` and 
`pulsar-admin` both make two requests in the background:
   
   `admin/v2/persistent/<tenant>/<namespace>`
   `admin/v2/non-persistent/<tenant>/<namespace>`
   
   The request to the persistent route returns a code 200 and a list of topics 
immediately. The request to the non-presistent route times out and the only an 
error is displayed by the client.


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


Reply via email to