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 2021/02/11 22:39:53 UTC

[GitHub] [kafka] rondagostino commented on a change in pull request #10113: MINOR: Add KIP-500 Broker

rondagostino commented on a change in pull request #10113:
URL: https://github.com/apache/kafka/pull/10113#discussion_r574875932



##########
File path: core/src/main/scala/kafka/tools/TestRaftServer.scala
##########
@@ -160,7 +160,7 @@ class TestRaftServer(
       eventQueue.offer(HandleClaim(epoch))
     }
 
-    override def handleResign(): Unit = {
+    override def handleResign(epoch: Int): Unit = {

Review comment:
       > can use "_" since we don't care about the value
   
   I can't get it to compile that way :-(




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