Re: ClassLoading in OSGi environment

2016-01-11 Thread Guozhang Wang
This makes sense, could you file a JIRA to keep track of this? Guozhang On Mon, Jan 11, 2016 at 8:17 AM, Rajini Sivaram < rajinisiva...@googlemail.com> wrote: > There are multiple places in Kafka where the context class loader or > Class.forName() is used to load classes. Perhaps it would be bet

Re: ClassLoading in OSGi environment

2016-01-11 Thread Rajini Sivaram
There are multiple places in Kafka where the context class loader or Class.forName() is used to load classes. Perhaps it would be better to use a common utility everywhere for dynamic classloading with an option to use the right classloader.loadClass() that works with OSGi? Regards, Rajini On Mo