jolshan commented on code in PR #16215: URL: https://github.com/apache/kafka/pull/16215#discussion_r1631448259
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntime.java: ########## @@ -1475,7 +1797,9 @@ public void onHighWatermarkUpdated( * @param coordinatorMetrics The coordinator metrics. * @param serializer The serializer. * @param compression The compression codec. + * @param appendLingerMs The append linger time in ms. */ + @SuppressWarnings("checkstyle:ParameterNumber") Review Comment: Yes, I was asked to do this more recently. -- 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