Ingo Bürk created FLINK-24388:
---------------------------------
Summary: Modules can provide a Factory for factory discovery
Key: FLINK-24388
URL: https://issues.apache.org/jira/browse/FLINK-24388
Project: Flink
Issue Type: Improvement
Components: Table SQL / API
Reporter: Ingo Bürk
Assignee: Ingo Bürk
We want to extend the Module interface to allow providing a `Factory`. This
should be used when creating sources, sinks, catalogs, and modules, and allows
for a module to override the resolution process (possibly skipping discovery).
Considering the module order, the first module providing a factory "wins". If
no loaded module provides a factory, the current behavior is kept.
Additionally (and optionally), we want to investigate moving the current
discovery process into the CoreModule instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)