mimaison commented on code in PR #19050: URL: https://github.com/apache/kafka/pull/19050#discussion_r2031382775
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ########## @@ -3284,7 +3285,7 @@ private boolean maybeUpdateRegularExpressions( * @param log The log instance. * @param time The time instance. * @param image The metadata image to use for listing the topics. - * @param authorizer The authorizer. + * @param authorizerPlugin The authorizer. Review Comment: I think it's a bit overkill. This field was an `Optional<Authorizer>` and we just said `The authorizer`. -- 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