dajac commented on code in PR #12845: URL: https://github.com/apache/kafka/pull/12845#discussion_r1026098011
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -161,6 +166,12 @@ class KafkaApis(val requestChannel: RequestChannel, * Top-level method that handles all requests and multiplexes to the right api */ override def handle(request: RequestChannel.Request, requestLocal: RequestLocal): Unit = { + def handleError(e: Throwable): Unit = { + trace(s"Unexpected error handling request ${request.requestDesc(true)} " + Review Comment: it is a mistake. reverted to error. -- 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