kirktrue commented on a change in pull request #11835:
URL: https://github.com/apache/kafka/pull/11835#discussion_r819043511
##########
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:
I never knew about that double underscore trick. Thanks!
--
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]