mjsax commented on a change in pull request #10180:
URL: https://github.com/apache/kafka/pull/10180#discussion_r580731029



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##########
@@ -307,6 +308,9 @@ public boolean isRunning() {
     private final ProcessingMode processingMode;
     private AtomicBoolean leaveGroupRequested;
 
+    private final Map<TopicPartition, Integer> committedOffsets;

Review comment:
       Seems to be unused?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to