pprovenzano commented on code in PR #13114:
URL: https://github.com/apache/kafka/pull/13114#discussion_r1107227490


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3611,12 +3617,4 @@ object KafkaApis {
   private def unsupported(text: String): Exception = {
     new UnsupportedVersionException(s"Unsupported when using a Raft-based 
metadata quorum: $text")
   }
-
-  private def notYetSupported(request: RequestChannel.Request): Exception = {

Review Comment:
   The compiler throws an error if we try to keep them. 



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