You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/21 16:50:08 UTC

[GitHub] [pulsar] vicaya opened a new issue #5005: WebSocket API: support unsubscribing from a topic

vicaya opened a new issue #5005: WebSocket API: support unsubscribing from a topic
URL: https://github.com/apache/pulsar/issues/5005
 
 
   **Is your feature request related to a problem? Please describe.**
   Unlike all other client APIs, websocket API doesn't support unsubscribing from a topic, which leaves many subscriptions around that need to be cleaned up by pulsar-admin.
   
   **Describe the solution you'd like**
   
   Add a boolean query param (e.g. unsubscribe) to the consumer endpoint.
   
   **Describe alternatives you've considered**
   
   pulsar-admin, which require admin intervention.
   
   **Additional context**
   
   Sometimes, even pulsar-admin can't unsubscribe due to phantom active consumers that don't really exist.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services