cmccabe commented on code in PR #15876:
URL: https://github.com/apache/kafka/pull/15876#discussion_r1599221011


##########
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java:
##########
@@ -77,7 +77,11 @@ public enum Election {
         /**
          * Prefer replicas in the ISR but keep the partition online even if it 
requires picking a leader that is not in the ISR.
          */
-        UNCLEAN
+        UNCLEAN,
+        /**
+         * Perform leader election for designated leader
+         */
+        DESIGNTATED

Review Comment:
   fix spelling



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