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

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

     [ https://issues.apache.org/jira/browse/KAFKA-13189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niket Goel resolved KAFKA-13189.
--------------------------------
    Resolution: Fixed

> Revisit the CreateTopic API behavior when number of Unfenced Brokers available for placement is less than min_isr
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-13189
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13189
>             Project: Kafka
>          Issue Type: Task
>          Components: controller, kraft
>    Affects Versions: 3.0.0
>            Reporter: Niket Goel
>            Priority: Critical
>
> 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)