You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Niket Goel (Jira)" <ji...@apache.org> on 2021/08/11 00:44:00 UTC

[jira] [Created] (KAFKA-13190) Revisit the CreateTopic API behavior when number of Unfenced Brokers available for placement is less than min_isr

Niket Goel created KAFKA-13190:
----------------------------------

             Summary: Revisit the CreateTopic API behavior when number of Unfenced Brokers available for placement is less than min_isr
                 Key: KAFKA-13190
                 URL: https://issues.apache.org/jira/browse/KAFKA-13190
             Project: Kafka
          Issue Type: Task
          Components: controller, kraft
    Affects Versions: 3.0.0
            Reporter: Niket Goel


Today when a CreateTopic call is made while the number of brokers available to create the topic is non-zero, the creation of the topic succeeds (under certain conditions). The behavior remains the same even if the min_isr and replication factor for the topic are greater than 1. This would lead to the create succeeding, however a subsequent on the topic immediately failing. This behavior might not be the most intuitive or expected by some users.

This Jira is cut to ensure that this behavior is revisited and the expected experience is agreed upon prior to KRaft GA.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)