mark-bathori commented on PR #9452:
URL: https://github.com/apache/nifi/pull/9452#issuecomment-2441465916

   
   @exceptionfactory Didn't dig too deep yet but the `nifi-iceberg-test-utils` 
will need some rework for sure because some of the classes used there were 
completle removed.
   
   Originally the Service implementations were separate in the service NAR but 
they had to be moved due the Kerberos support 
([NIFI-11334](https://issues.apache.org/jira/browse/NIFI-11334)).  The problem 
is that for the processor instance isolation the `Catalog` implementation needs 
to be in the same NAR as the processor because the current implementation of 
`@RequiresInstanceClassLoading` doesn't create separated instances from other 
included NAR's. Based on these issues it is not an option currently to 
completely separate the `Catalog` logic from the processor NAR.


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