jsancio commented on code in PR #20707:
URL: https://github.com/apache/kafka/pull/20707#discussion_r3332798806


##########
core/src/test/scala/unit/kafka/server/KafkaRaftServerTest.scala:
##########
@@ -109,8 +110,13 @@ class KafkaRaftServerTest {
   }
 
   private def writeBootstrapMetadata(logDir: File, metadataVersion: 
MetadataVersion): Unit = {
-    val bootstrapDirectory = new BootstrapDirectory(logDir.toString)
-    
bootstrapDirectory.writeBinaryFile(BootstrapMetadata.fromVersion(metadataVersion,
 "test"))

Review Comment:
   @chia7712, sounds good to me. Do you want to include in the PR that fixes 
the issue you highlighted above?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to