You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bob Barrett (Jira)" <ji...@apache.org> on 2019/10/14 16:58:00 UTC

[jira] [Created] (KAFKA-9038) Allow creating partitions while partition reassignment is in progress

Bob Barrett created KAFKA-9038:
----------------------------------

             Summary: Allow creating partitions while partition reassignment is in progress
                 Key: KAFKA-9038
                 URL: https://issues.apache.org/jira/browse/KAFKA-9038
             Project: Kafka
          Issue Type: Improvement
            Reporter: Bob Barrett


If a user attempts to create partitions for a topic while a partition reassignment is in progress, we block the request even if the topic for which partitions are being created is not involved in the reassignment. This is an unnecessarily strict requirement; we should allow partition creation for topics that are not involved in reassignments.



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