zzbennett commented on code in PR #20061: URL: https://github.com/apache/kafka/pull/20061#discussion_r2206027601
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/topics/InternalTopicManager.java: ########## @@ -50,16 +49,16 @@ public class InternalTopicManager { * Configures the internal topics for the given topology. Given a topology and the topics image, this method determines the number of * partitions for all internal topics and returns a {@link ConfiguredTopology} object. * - * @param logContext The log context. - * @param metadataHash The metadata hash of the group. - * @param topology The topology. - * @param topicsImage The topics image. + * @param logContext The log context. + * @param metadataHash The metadata hash of the group. + * @param topology The topology. + * @param metadataImage The topics image. Review Comment: I just updated it to The metadata image, since that is what is used in most of the other javadocs -- 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