bsergean commented on issue #8584:
URL: https://github.com/apache/pulsar/issues/8584#issuecomment-729091459


   AbstractWebSocketHandler.java and    private TopicName 
extractTopicName(HttpServletRequest request) {
   
   is where the request is being parsed, and where topic is extracted
   
   ```
   return TopicName.get(domain, namespace, name);
   ```


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


Reply via email to