zentol opened a new pull request, #19444: URL: https://github.com/apache/flink/pull/19444
Based on #17228. 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 deprecate the old approach by now. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org