ableegoldman commented on a change in pull request #10573:
URL: https://github.com/apache/kafka/pull/10573#discussion_r630593372



##########
File path: 
clients/src/main/java/org/apache/kafka/clients/producer/MockProducer.java
##########
@@ -179,10 +179,18 @@ public void beginTransaction() throws 
ProducerFencedException {
         this.sentOffsets = false;
     }
 
+    @SuppressWarnings("deprecation")

Review comment:
       Actually no, we do get a warning if we don't have either annotation. 
I'll change it to `@Deprecated` then




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