Stefan Richter created FLINK-11952:
--------------------------------------
Summary: Introduce Plugin Architecture for loading FileSystems
Key: FLINK-11952
URL:
https://issues.apache.org/jira/browse/FLINK-11952 Project: Flink
Issue Type: New Feature
Components: Connectors / FileSystem
Affects Versions: 1.9.0
Reporter: Stefan Richter
Assignee: Stefan Richter
We want to change the general architecture for loading FileSystems in Flink to a plugin architecture. The advantage of this change is that it would invert the classloading from parent-first to child-first and therefore enables us to move away from shading to avoid class/version conflics.
Note that this general approach could also be used in other places for Flink in the future, but this task is targetting only the file systems for now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)