dajac commented on code in PR #16898:
URL: https://github.com/apache/kafka/pull/16898#discussion_r1751437683


##########
core/src/main/scala/kafka/coordinator/group/CoordinatorLoaderImpl.scala:
##########
@@ -156,17 +164,42 @@ class CoordinatorLoaderImpl[T](
               } else {
                 batch.asScala.foreach { record =>
                   numRecords = numRecords + 1

Review Comment:
   Yeah, the goal was really to count the records. I think that we could also 
count the control records but with a separate counter. I will do this as a 
follow up.



-- 
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]

Reply via email to