mjsax commented on code in PR #12383:
URL: https://github.com/apache/kafka/pull/12383#discussion_r915088428


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordQueue.java:
##########
@@ -55,7 +55,6 @@ public class RecordQueue {
 
     private final Sensor droppedRecordsSensor;
     private final Sensor consumedSensor;
-    private long totalBytesBuffered;
     private long headRecordSizeInBytes;

Review Comment:
   I did keep this one, because there was a follow up PR that depends on it, 
and I did not want to revert (or change) the other one.
   
   
https://github.com/apache/kafka/commit/a6c5a74fdbdce9a992b47706913c920902cda28c



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