coderzc commented on PR #21402:
URL: https://github.com/apache/pulsar/pull/21402#issuecomment-1772635957

   > This is not a good idea, if you share the classloader then you share the 
static variables and if the connector is not well coded (i.e. it uses shared 
state in static variables like caches) there will be bad things happening 
(mixing data, data corruption...)
   
   @eolivelli I understand that if we package different plugins together, then 
we think they can be shared, and if we think they conflict, then we can package 
them into different nar packages.


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