shmily7829 commented on code in PR #686:
URL: https://github.com/apache/kafka-site/pull/686#discussion_r2075855172


##########
40/generated/topic_config.html:
##########
@@ -111,7 +111,12 @@ <h4><a id="follower.replication.throttled.replicas"></a><a 
id="topicconfigs_foll
 </li>
 <li>
 <h4><a id="index.interval.bytes"></a><a id="topicconfigs_index.interval.bytes" 
href="#topicconfigs_index.interval.bytes">index.interval.bytes</a></h4>
-<p>This setting controls how frequently Kafka adds an index entry to its 
offset index. The default setting ensures that we index a message roughly every 
4096 bytes. More indexing allows reads to jump closer to the exact position in 
the log but makes the index larger. You probably don't need to change this.</p>
+<p>This setting controls how frequently Kafka adds entries to its offset index 
and, conditionally, to its time index. After appending a batch of messages, if 
the total bytes written since the last index entry exceed this value, Kafka 
will:</p>

Review Comment:
   The updated PR has been submitted at 
https://github.com/apache/kafka/pull/19657.
   Therefore, I’ll go ahead and close this one.
   @brandboat Thank you for your time and review!



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

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

Reply via email to