massakam opened a new pull request #4778: [Issue #4756][broker] Process 
requests asynchronously on some REST APIs (2)
URL: https://github.com/apache/pulsar/pull/4778
 
 
   Master Issue: #4756
   
   ### Motivation
   
   This is a continuation of https://github.com/apache/pulsar/pull/4765.
   
   ### Modifications
   
   Added async rest handlers to the following APIs:
   ```
   DELETE /admin/namespaces/{tenant}/{cluster}/{namespace}
   PUT    /admin/namespaces/{tenant}/{cluster}/{namespace}/unload
   POST   /admin/namespaces/{tenant}/{cluster}/{namespace}/clearBacklog
   POST   
/admin/namespaces/{tenant}/{cluster}/{namespace}/clearBacklog/{subscription}
   POST   
/admin/namespaces/{tenant}/{cluster}/{namespace}/unsubscribe/{subscription}
   
   DELETE /admin/v2/namespaces/{tenant}/{namespace}
   PUT    /admin/v2/namespaces/{tenant}/{namespace}/unload
   POST   /admin/v2/namespaces/{tenant}/{namespace}/clearBacklog
   POST   /admin/v2/namespaces/{tenant}/{namespace}/clearBacklog/{subscription}
   POST   /admin/v2/namespaces/{tenant}/{namespace}/unsubscribe/{subscription}
   ```
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.

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


With regards,
Apache Git Services

Reply via email to