IgnacioAcunaF commented on a change in pull request #10883: URL: https://github.com/apache/kafka/pull/10883#discussion_r651999235
########## File path: core/src/main/scala/kafka/tools/TestRaftServer.scala ########## @@ -238,6 +238,8 @@ class TestRaftServer( reader.close() case Shutdown => // Ignore shutdown command + + case _ => // Ignore other events (such as null) Review comment: Will change on the PR, thanks for the comment! -- 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: us...@infra.apache.org