CalvinConfluent commented on code in PR #13323:
URL: https://github.com/apache/kafka/pull/13323#discussion_r1132956895


##########
core/src/test/scala/kafka/server/RemoteLeaderEndPointTest.scala:
##########
@@ -58,7 +58,7 @@ class RemoteLeaderEndPointTest {
         blockingSend = new MockBlockingSender(offsets = new 
util.HashMap[TopicPartition, EpochEndOffset](),
             sourceBroker = sourceBroker, time = time)
         endPoint = new RemoteLeaderEndPoint(logPrefix, blockingSend, 
fetchSessionHandler,
-            config, replicaManager, QuotaFactory.UnboundedQuota, () => 
MetadataVersion.MINIMUM_KRAFT_VERSION)
+            config, replicaManager, QuotaFactory.UnboundedQuota, () => 
MetadataVersion.MINIMUM_KRAFT_VERSION, () => 1)

Review Comment:
   Done.



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