dajac commented on code in PR #13535:
URL: https://github.com/apache/kafka/pull/13535#discussion_r1203666314


##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -1335,6 +1433,50 @@ class ReplicaManager(val config: KafkaConfig,
     result
   }
 
+  private def handleOffsetOutOfRangeError(tp: TopicIdPartition, params: 
FetchParams, fetchInfo: PartitionData,
+                                          adjustedMaxBytes: Int, minOneMessage:
+                                          Boolean, log: UnifiedLog, 
fetchTimeMs: Long,
+                                          exception: 
OffsetOutOfRangeException): LogReadResult = {

Review Comment:
   We usually don't format method like this. Could we put one argument per line?



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