wernerdv commented on code in PR #18937:
URL: https://github.com/apache/kafka/pull/18937#discussion_r1966550827


##########
metadata/src/main/java/org/apache/kafka/controller/errors/ControllerExceptions.java:
##########
@@ -40,21 +40,6 @@ public static boolean isTimeoutException(Throwable 
exception) {
         return exception instanceof TimeoutException;
     }
 
-    /**
-     * Check if an exception is a NotController exception.
-     *
-     * @param exception     The exception to check.
-     * @return              True if the exception is a NotController exception.
-     */
-    public static boolean isNotControllerException(Throwable exception) {

Review Comment:
   
   the most recent commit that referred to this method 
https://github.com/apache/kafka/commit/146a6976aed0d9f90c70b6f21dca8b887cc34e71



-- 
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