complone commented on issue #11270:
URL: https://github.com/apache/pulsar/issues/11270#issuecomment-877513898


   
   @Jason918 Do you expect to get the class loader in this way
   ```
                   ClassLoader classLoader = null == 
Thread.currentThread().getContextClassLoader() ? 
this.getClass().getClassLoader() : 
Thread.currentThread().getContextClassLoader();
   
   ```
   see This is how the dubbo2.7 metadata module obtains the class loader
   https://github.com/apache/dubbo/pull/4767


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