satishd commented on code in PR #13275:
URL: https://github.com/apache/kafka/pull/13275#discussion_r1121168324


##########
storage/src/main/java/org/apache/kafka/storage/internals/log/LogFileUtils.java:
##########
@@ -31,6 +32,21 @@ public final class LogFileUtils {
      */
     public static final String DELETED_FILE_SUFFIX = ".deleted";
 
+    /**
+     * Suffix of an offset index file
+     */
+    public static final String INDEX_FILE_SUFFIX = ".index";

Review Comment:
   Right, that is the plan.



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