mimaison commented on code in PR #19050: URL: https://github.com/apache/kafka/pull/19050#discussion_r2030840916
########## group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTestContext.java: ########## @@ -505,8 +506,8 @@ public Builder withShareGroupAssignor(ShareGroupPartitionAssignor shareGroupAssi return this; } - public Builder withAuthorizer(Authorizer authorizer) { - this.authorizer = Optional.of(authorizer); + public Builder withAuthorizerPlugin(Plugin<Authorizer> authorizerPlugin) { + this.authorizerPlugin = Optional.of(authorizerPlugin); Review Comment: As far as I can tell the other fields are also always set, so I'll leave the `null` check for consistency. -- 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