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/07/09 23:55:02 UTC

[GitHub] [pulsar] complone commented on issue #11270: Use NarClassLoader in protocol hander callbacks.

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

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