AndrewJSchofield commented on code in PR #20839:
URL: https://github.com/apache/kafka/pull/20839#discussion_r2511559607
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -163,6 +164,7 @@ public static class Builder {
private GroupConfigManager groupConfigManager;
private Persister persister;
private Optional<Plugin<Authorizer>> authorizerPlugin;
+ private PartitionMetadataClient partitionMetadataClient;
Review Comment:
Shouldn't we do a null check in the `build()` method too?
--
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]