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

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


Reply via email to