Chesnay Schepler created FLINK-24235:
----------------------------------------

             Summary: Restrict reporter support to plugins
                 Key: FLINK-24235
                 URL: https://issues.apache.org/jira/browse/FLINK-24235
             Project: Flink
          Issue Type: Technical Debt
          Components: Runtime / Metrics
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.15.0


Metric reporters can currently be instantiated in one of 2 ways:
a) the reporter class is loaded via reflection
b) the reporter factory is loaded via reflection/ServiceLoader (aka, plugins)

All reporters provided by Flink use the factory approach, and it is preferable 
because it supports plugins. The plugin approach also has been available 1.11, 
and I think it's fair to remove the old approach by now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to