ijuma commented on code in PR #12233:
URL: https://github.com/apache/kafka/pull/12233#discussion_r898209292
##########
metadata/src/test/java/org/apache/kafka/controller/BootstrapMetadataTest.java:
##########
@@ -31,9 +35,21 @@
import static org.junit.jupiter.api.Assertions.assertTrue;
public class BootstrapMetadataTest {
+ private Path tmpDir;
Review Comment:
Not sure we gain much by using `Path` since all our utility methods work
with `File`.
--
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]