mjsax commented on code in PR #20693:
URL: https://github.com/apache/kafka/pull/20693#discussion_r2505393570
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java:
##########
@@ -242,6 +242,10 @@ private Map<TopicPartition, RecordQueue>
createPartitionQueues() {
return partitionQueues;
}
+ void setLastNotReadyLogTime(final long lastNotReadyLogTime) {
Review Comment:
Let add a comment `// for testing only`
--
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]