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 2021/09/10 11:26:29 UTC

[GitHub] [pulsar] massakam opened a new pull request #12000: [cli] Fix issue where pulsar-client command cannot consume v2 topics through WebSocket

massakam opened a new pull request #12000:
URL: https://github.com/apache/pulsar/pull/12000


   ### Motivation
   
   Currently, the CLI `pulsar-client` command cannot consume v2 topics through WebSocket. This is because the v2 topic format is not considered when constructing the WebSocket URL.
   
   Related issue: https://github.com/apache/pulsar/issues/11067
   
   ### Modifications
   
   Fixed the `CmdConsume` class so that it can construc the correct WebSocket URL even if a v2 topic name is specified.
   
   ### 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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli merged pull request #12000: [cli] Fix issue where pulsar-client command cannot consume v2 topics through WebSocket

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #12000:
URL: https://github.com/apache/pulsar/pull/12000


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org