zentol commented on a change in pull request #11195: [FLINK-16222][runtime] Use 
plugins mechanism for initializing MetricReporters
URL: https://github.com/apache/flink/pull/11195#discussion_r386476291
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -69,7 +68,7 @@ public static PluginLoader create(PluginDescriptor 
pluginDescriptor, ClassLoader
         * @param <P> Type of the requested plugin service.
         * @return An iterator of all implementations of the given service 
interface that could be loaded from the plugin.
         */
-       public <P extends Plugin> Iterator<P> load(Class<P> service) {
+       public <P> Iterator<P> load(Class<P> service) {
 
 Review comment:
   ping @pnowojski / @AHeise 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to