divijvaidya commented on code in PR #15072:
URL: https://github.com/apache/kafka/pull/15072#discussion_r1448815104


##########
clients/src/main/java/org/apache/kafka/common/record/LazyDownConversionRecordsSend.java:
##########
@@ -36,9 +36,9 @@ public final class LazyDownConversionRecordsSend extends 
RecordsSend<LazyDownCon
     private static final int MAX_READ_SIZE = 128 * 1024;
     static final int MIN_OVERFLOW_MESSAGE_LENGTH = Records.LOG_OVERHEAD;
 
-    private RecordValidationStats recordValidationStats;
+    private final RecordValidationStats recordValidationStats;
     private RecordsSend convertedRecordsWriter;
-    private Iterator<ConvertedRecords<?>> convertedRecordsIterator;
+    private final Iterator<ConvertedRecords<?>> convertedRecordsIterator;

Review Comment:
   done



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to