showuon commented on a change in pull request #9789: URL: https://github.com/apache/kafka/pull/9789#discussion_r550066090
########## File path: core/src/main/scala/kafka/network/SocketServer.scala ########## @@ -1089,9 +1107,9 @@ private[kafka] class Processor(val id: Int, } private def buildForwardedRequestContext( - envelopeRequest: RequestChannel.Request, - forwardedPrincipal: KafkaPrincipal - ): RequestChannel.Request = { + envelopeRequest: RequestChannel.Request, + forwardedPrincipal: KafkaPrincipal + ): RequestChannel.Request = { Review comment: Please revert this unnecessary change. Thanks. ---------------------------------------------------------------- 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