You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/14 07:32:01 UTC

[GitHub] [kafka] chia7712 commented on a change in pull request #9743: KAFKA-10841 LogReadResult should be able to converted to FetchPartiti…

chia7712 commented on a change in pull request #9743:
URL: https://github.com/apache/kafka/pull/9743#discussion_r542165491



##########
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##########
@@ -111,6 +111,17 @@ case class LogReadResult(info: FetchDataInfo,
     case Some(e) => Errors.forException(e)
   }
 
+  def toFetchPartitionData( isReassignmentFetch : Boolean) : FetchPartitionData = FetchPartitionData (

Review comment:
       Could you remove those space?




----------------------------------------------------------------
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:
users@infra.apache.org