ronfarkash opened a new issue #13946:
URL: https://github.com/apache/pulsar/issues/13946


   **Describe the bug**
   Admin REST HTTP Request on topic may redirect multiple times to different 
broker endlessly.
   
   This bug occurs randomly and at inconsistent times.
   
   (The HTTP request must be related to topic ownership, e.g. get topic 
subscription, stats, etc...)
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Open Postman and disable "Automatically follow redirects" in Settings.
   2. Sending an HTTP request (e.g. get topic subscriptions)
   3. If you get a redirect, follow the redirect (send the request to the IP in 
the "Location" header).
   4. Keep following the redirects and you never get a response.
   
   If you enable automatically follow redirects, the request eventually return 
unauthorized 401 even though I provide a valid JWT that works with other 
non-topic related requests.
   
   **Expected behavior**
   I expect the redirects to eventually give me a broker that has the response 
for my request.
   
   
   **Desktop (please complete the following information):**
    - OS: CentOS 7
   
   **Additional context**
   Pulsar Version: 2.8.2
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to