cmccabe commented on code in PR #15197:
URL: https://github.com/apache/kafka/pull/15197#discussion_r1454694471
##########
metadata/src/main/java/org/apache/kafka/image/FeaturesImage.java:
##########
@@ -46,6 +46,18 @@ public final class FeaturesImage {
ZkMigrationState.NONE
);
+ public static final FeaturesImage LATEST = new FeaturesImage(
Review Comment:
Hmm... I'd rather not add `FeaturesImage.LATEST` here since it feels like
something that is only for testing. Can we just add this to
`ReplicaManagerTest.scala`, for now?
LGTM once that's addressed
--
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]