cmccabe commented on a change in pull request #11835:
URL: https://github.com/apache/kafka/pull/11835#discussion_r819010753



##########
File path: 
metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
##########
@@ -143,8 +143,12 @@
             new StripedReplicaPlacer(random),
             metrics);
         final ConfigurationControlManager configurationControl = new 
ConfigurationControlManager(
-            new LogContext(), snapshotRegistry, KafkaConfigSchema.EMPTY, 
Optional.empty(),
-                (__, ___) -> { });
+            new LogContext(),
+            snapshotRegistry,
+            KafkaConfigSchema.EMPTY,
+            __ -> { },

Review comment:
       Java 8 lambda syntax




-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to