ijuma commented on a change in pull request #9715:
URL: https://github.com/apache/kafka/pull/9715#discussion_r556818362



##########
File path: core/src/main/scala/kafka/network/RequestChannel.scala
##########
@@ -412,8 +412,8 @@ class RequestChannel(val queueSize: Int,
   }
 
   def sendResponse(request: RequestChannel.Request,
-                   responseOpt: Option[AbstractResponse],
-                   onComplete: Option[Send => Unit]): Unit = {
+                           responseOpt: Option[AbstractResponse],
+                           onComplete: Option[Send => Unit]): Unit = {

Review comment:
       Is this intentional?

##########
File path: core/src/main/scala/kafka/server/ApisUtils.scala
##########
@@ -109,7 +106,7 @@ trait ApisUtils extends Logging {
   // Throttle the channel if the request quota is enabled but has been 
violated. Regardless of throttling, send the
   // response immediately.
   def sendResponseMaybeThrottle(request: RequestChannel.Request,
-                                createResponse: Int => AbstractResponse): Unit 
= {
+                                        createResponse: Int => 
AbstractResponse): Unit = {

Review comment:
       Is this intentional?




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


Reply via email to