jolshan commented on code in PR #19909: URL: https://github.com/apache/kafka/pull/19909#discussion_r2132837298
########## docs/ops.html: ########## @@ -4446,10 +4446,10 @@ <h3 class="anchor-heading"><a id="eligible_leader_replicas" class="anchor-link"> <h4 class="anchor-heading"><a id="eligible_leader_replicas_overview" class="anchor-link"></a><a href="#eligible_leader_replicas_overview">Overview</a></h4> <p>Starting from Apache Kafka 4.0, Eligible Leader Replicas (<a href="https://cwiki.apache.org/confluence/x/mpOzDw">KIP-966 Part 1</a>) - is available for the users to an improvement to Kafka replication. As the "strict min ISR" rule has been generally applied, which means the high watermark for the data partition can't advance - if the size of the ISR is smaller than the min ISR(<code>min.insync.replicas</code>), it makes some replicas that are not in the ISR safe to become the leader. The KRaft controller - stores such replicas in the PartitionRecord field called <code>Eligible Leader Replicas</code>. During the leader election, the controller will select the leaders - with the following order:</p> + is available for the users to an improvement to Kafka replication(ELR is enabled by default on new clusters starting 4.1). As the "strict min ISR" rule has been generally applied, Review Comment: nit: space before the `(` -- 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