Rancho-7 commented on code in PR #19966:
URL: https://github.com/apache/kafka/pull/19966#discussion_r2147883179


##########
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##########
@@ -3164,9 +2924,9 @@ class ReplicaManagerTest {
     fetchInfos: Seq[(TopicIdPartition, PartitionData)],
     responseCallback: Seq[(TopicIdPartition, FetchPartitionData)] => Unit,
     requestVersion: Short = ApiKeys.FETCH.latestVersion,
-    maxWaitMs: Long = 0,
-    minBytes: Int = 1,
-    maxBytes: Int = 1024 * 1024,
+    maxWaitMs: Long,
+    minBytes: Int,
+    maxBytes: Int,

Review Comment:
   The default values of the arguments are not being used, so we need to remove 
them to fix check style 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

Reply via email to