Peter Turcsanyi created NIFI-9576:
-------------------------------------
Summary: ClassLoader isolation for Stateless NiFi
Key: NIFI-9576
URL: https://issues.apache.org/jira/browse/NIFI-9576
Project: Apache NiFi
Issue Type: Improvement
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
When Stateless NiFi is running embedded within an application (like Kafka
Connect), then the hosting app has its own class loader mechanism and system
class path that may conflict with NiFi's class loading / class path. E.g.
Kafka's {{libs}} folder (v2.8.x) contains {{jackson}} dependencies that are
incompatible with NiFi (v1.15.x).
Implement a class loading mechanism that is able to isolate NiFi's class
loaders from the embedding environment.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)