mjsax commented on a change in pull request #8864: URL: https://github.com/apache/kafka/pull/8864#discussion_r439685920
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaStatusBackingStore.java ########## @@ -148,6 +148,7 @@ public KafkaStatusBackingStore(Time time, Converter converter) { this.statusTopic = statusTopic; } + @SuppressWarnings("deprecation") Review comment: @rhauch @kkonstantine -- We deprecate `retries` via KIP-572. Not sure if we should rewrite this test right away so it does not use `retries` any longer? ---------------------------------------------------------------- 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