mjsax commented on a change in pull request #8864: URL: https://github.com/apache/kafka/pull/8864#discussion_r451106862
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ########## @@ -74,6 +74,7 @@ private final OffsetCheckpoint checkpointFile; private final Map<TopicPartition, Long> checkpointFileCache; + @SuppressWarnings("deprecation") // TODO: remove in follow up PR when `RETRIES` is removed Review comment: Yes :) Added it as a reminder only first. Was expecting to get review comment anyway. ---------------------------------------------------------------- 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