mimaison commented on code in PR #17804:
URL: https://github.com/apache/kafka/pull/17804#discussion_r1951119440


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/HerderConnectorContext.java:
##########
@@ -63,6 +64,11 @@ public void raiseError(Exception e) {
         herder.onFailure(connectorName, e);
     }
 
+    @Override
+    public PluginMetrics pluginMetrics() {
+        return null;

Review Comment:
   Yeah we don't want this to ever be null. I now moved the logic in this class 
so that's not an issue anymore.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to