mjsax commented on a change in pull request #8994:
URL: https://github.com/apache/kafka/pull/8994#discussion_r452996564
##########
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##########
@@ -767,38 +766,65 @@ void runOnce() {
}
private void resetInvalidOffsets(final InvalidOffsetException e) {
Review comment:
This method is a one-liner now and is only called in a single place
IIRC. Maybe better to remove the method and embed the call?
----------------------------------------------------------------
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:
[email protected]