mimaison commented on code in PR #16610:
URL: https://github.com/apache/kafka/pull/16610#discussion_r1682908931
##########
metadata/src/main/java/org/apache/kafka/metadata/properties/MetaPropertiesEnsemble.java:
##########
@@ -101,9 +101,7 @@ public static class Loader {
private Optional<String> metadataLogDir = Optional.empty();
public Loader addLogDirs(Collection<String> logDirs) {
Review Comment:
That's a good point! I've removed `addLogDir()`.
Overall there are a bunch of unused methods in test utilities in this
module. I decided to not touch them as I know there's some work in progress in
this area.
--
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]